Share via


IDTSVirtualInput100.Description プロパティ

定義

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

プロパティ値

IDTSVirtualInput100 オブジェクトの説明。

実装

属性

注釈

Description プロパティは、仮想入力オブジェクトのデータ フロー エンジンによって設定されません。 このプロパティに値を割り当てようとすると、Microsoft.SqlServer.Dts.Runtime.HResults.DTS_E_FAIL例外が発生します。

適用対象