DTSPropertyKind 列舉
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Contains values that describe the type of property.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Public Enumeration DTSPropertyKind
'用途
Dim instance As DTSPropertyKind
public enum DTSPropertyKind
public enum class DTSPropertyKind
type DTSPropertyKind
public enum DTSPropertyKind
成員
成員名稱 | 說明 | |
---|---|---|
DTSPK_CONNECTION | The property is a connection. | |
DTSPK_OTHER | The property is not described by any of the available enumerations. | |
DTSPK_SENSITIVE | The property is sensitive. | |
DTSPK_VARIABLE_READONLY | The property is a read-only variable. | |
DTSPK_VARIABLE_READWRITE | The property is a read/write variable. |
備註
For more information, see DTSPropertyKind.