Megosztás:


DTSPropertyKind Enumeration

This API supports the SQL Server 2012 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
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

Members

Member name Description
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.

Remarks

For more information, see DTSPropertyKind.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace