DTSPropertyKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains values that describe the type of property.
public enum class DTSPropertyKind
public enum DTSPropertyKind
type DTSPropertyKind =
Public Enum DTSPropertyKind
- Inheritance
-
DTSPropertyKind
Fields
Name | Value | Description |
---|---|---|
DTSPK_OTHER | 0 | The property is not described by any of the available enumerations. |
DTSPK_VARIABLE_READONLY | 1 | The property is a read-only variable. |
DTSPK_VARIABLE_READWRITE | 2 | The property is a read/write variable. |
DTSPK_CONNECTION | 3 | The property is a connection. |
DTSPK_SENSITIVE | 4 | The property is sensitive. |
Remarks
For more information, see DTSPropertyKind.