DTSPropertyKind Enumeration

 

Contains values that describe the type of property.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

public enum class DTSPropertyKind

Member nameDescription
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.

The following code sample shows how to retrieve the property kind for a specific property.

No code example is currently available or this language may not be supported.
Return to top
Show: