Gets the value of the underlying target object in the package.

Namespace: SSIS.Test.Dts
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public string GetTargetObject()
Visual Basic
Public Function GetTargetObject As String
Visual C++
public:
String^ GetTargetObject()

Return Value

A string representing a path to the target object in the package.

See Also