次の方法で共有


IDTSProperty100.Name プロパティ

定義

プロパティの名前を取得します。

public:
 property System::String ^ Name { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(1)]
public string Name { [System.Runtime.InteropServices.DispId(1)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

プロパティの名前。

属性

注釈

詳細については、「DtsProperty」を参照してください。

適用対象