DTSPropertyKind Enum

Definition

Contains values that describe the type of property.

public enum class DTSPropertyKind
public enum DTSPropertyKind
type DTSPropertyKind = 
Public Enum DTSPropertyKind
Inheritance
DTSPropertyKind

Fields

DTSPK_CONNECTION 3

The property is a connection.

DTSPK_OTHER 0

The property is not described by any of the available enumerations.

DTSPK_SENSITIVE 4

The property is sensitive.

DTSPK_VARIABLE_READONLY 1

The property is a read-only variable.

DTSPK_VARIABLE_READWRITE 2

The property is a read/write variable.

Remarks

For more information, see DTSPropertyKind.

Applies to