此 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.