Returns the identifier of an dts object.

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

Syntax

C#
protected abstract string GetObjectId()
Visual Basic
Protected MustOverride Function GetObjectId As String
Visual C++
protected:
virtual String^ GetObjectId() abstract

Return Value

String value representig the identifier.

See Also