IDTSObject100.IdentificationString Property

Definition

Gets a string that uniquely identifies an IDTSObject100 object.

public:
 property System::String ^ IdentificationString { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(15)]
public string IdentificationString { [System.Runtime.InteropServices.DispId(15)] get; }
[<System.Runtime.InteropServices.DispId(15)>]
[<get: System.Runtime.InteropServices.DispId(15)>]
member this.IdentificationString : string
Public ReadOnly Property IdentificationString As String

Property Value

A concatenated string that consists of the Name, ID, and ObjectType of the IDTSObject100 object.

Attributes

Applies to