IDTSInputColumn100.IdentificationString プロパティ

定義

データフローレイアウト内の IDTSInputColumn100 オブジェクトを一意に識別する文字列を取得します。

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

プロパティ値

データフローレイアウト内の IDTSInputColumn100 を一意に識別する文字列。

実装

属性

注釈

この文字列は、列の ObjectTypeNameID プロパティで構成されています。

適用対象