IDTSOutputColumn100.IdentificationString Property

Definition

Gets the string that uniquely identifies an IDTSOutputColumn100 object in the data flow layout.

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

Implements

Attributes

Remarks

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

Applies to