IDTSProperty100.PropertyKind 屬性

定義

取得 DTSPropertyKind 列舉,其中包含屬性 (Property) 上之自訂屬性 (Attribute) 的相關資訊。

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

DTSPropertyKind 列舉。

屬性

備註

如需詳細資訊,請參閱DtsProperty

適用於