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

适用于