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

Return Value

String value representig the name.

See Also