IDTSRuntimeConnection100.IdentificationString Property

Definition

Gets a string that uniquely identifies the IDTSRuntimeConnection100 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

The IDTSRuntimeConnection100 object.

Implements

Attributes

Remarks

The IdentificationString property uniquely identifies the run-time connection and consists of a concatenation of the ObjectType, Name, and ID properties of the run-time connection.

Applies to