DTSPropertyKind Enumeration
Contains values that describe the type of property.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Member name | Description | |
|---|---|---|
| Connection | The property is a connection. | |
| Other | The property is not described by any of the available enumerations. | |
| Sensitive | The property is sensitive. | |
| VariableReadOnly | The property is a read-only variable. | |
| VariableReadWrite | The property is a read/write variable. |
Show: