IDTSExternalMetadataColumn100.IdentificationString Property

Definition

Gets the String that uniquely identifies the IDTSExternalMetadataColumn100 object in the data flow.

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 String that uniquely identifies the IDTSExternalMetadataColumn100 object in the data flow.

Implements

Attributes

Remarks

The string contains the DataType, Name, and ID properties of the column.

Applies to