Freigeben über


DTSPropertyKind-Enumeration

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Contains values that describe the type of property.

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

Syntax

'Declaration
Public Enumeration DTSPropertyKind
'Usage
Dim instance As DTSPropertyKind
public enum DTSPropertyKind
public enum class DTSPropertyKind
type DTSPropertyKind
public enum DTSPropertyKind

Elemente

Elementname Beschreibung
DTSPK_CONNECTION The property is a connection.
DTSPK_OTHER The property is not described by any of the available enumerations.
DTSPK_SENSITIVE The property is sensitive.
DTSPK_VARIABLE_READONLY The property is a read-only variable.
DTSPK_VARIABLE_READWRITE The property is a read/write variable.

Hinweise

For more information, see DTSPropertyKind.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace