IDTSProperty100.PropertyKind プロパティ

定義

プロパティのカスタム属性に関する情報を含む DTSPropertyKind 列挙を取得します。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPropertyKind PropertyKind { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPropertyKind get(); };
[System.Runtime.InteropServices.DispId(9)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPropertyKind PropertyKind { [System.Runtime.InteropServices.DispId(9)] get; }
[<System.Runtime.InteropServices.DispId(9)>]
[<get: System.Runtime.InteropServices.DispId(9)>]
member this.PropertyKind : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPropertyKind
Public ReadOnly Property PropertyKind As DTSPropertyKind

プロパティ値

DTSPropertyKind列挙体。

属性

注釈

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

適用対象