Share via


IDTSVirtualInputColumn100.Description プロパティ

定義

IDTSVirtualInputColumn100 オブジェクトの説明を取得します。値の設定も可能です。

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(12)]
public string Description { [System.Runtime.InteropServices.DispId(12)] get; [System.Runtime.InteropServices.DispId(12)] set; }
[<System.Runtime.InteropServices.DispId(12)>]
[<get: System.Runtime.InteropServices.DispId(12)>]
[<set: System.Runtime.InteropServices.DispId(12)>]
member this.Description : string with get, set
Public Property Description As String

プロパティ値

オブジェクトの説明 IDTSVirtualInputColumn100 を含む文字列。

実装

属性

注釈

仮想列の説明に対する変更は、上流出力列または仮想入力列には保存されません。

適用対象