DTSPropertyKind Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Contains values that describe the type of property.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSPK_CONNECTION | This API supports the product infrastructure and is not intended to be used directly from your code. The property is a connection. | |
| DTSPK_OTHER | This API supports the product infrastructure and is not intended to be used directly from your code. The property is not described by any of the available enumerations. | |
| DTSPK_SENSITIVE | This API supports the product infrastructure and is not intended to be used directly from your code. The property is sensitive. | |
| DTSPK_VARIABLE_READONLY | This API supports the product infrastructure and is not intended to be used directly from your code. The property is a read-only variable. | |
| DTSPK_VARIABLE_READWRITE | This API supports the product infrastructure and is not intended to be used directly from your code. The property is a read/write variable. |
For more information, see DTSPropertyKind.