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 override string GetObjectId()
Visual Basic
Protected Overrides Function GetObjectId As String
Visual C++
protected:
virtual String^ GetObjectId() override

Return Value

String value representig the identifier.

See Also