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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

public enum class DTSPropertyKind

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

Return to top
Show: