Поделиться через


Перечисление DTSPropertyKind

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Contains values that describe the type of property.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Enumeration DTSPropertyKind
'Применение
Dim instance As DTSPropertyKind
public enum DTSPropertyKind
public enum class DTSPropertyKind
type DTSPropertyKind
public enum DTSPropertyKind

Элементы

Имя элемента Описание
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.

Замечания

For more information, see DTSPropertyKind.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper