Compartilhar via


Enumeração DTSPropertyKind

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Contains values that describe the type of property.

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

Sintaxe

'Declaração
Public Enumeration DTSPropertyKind
'Uso
Dim instance As DTSPropertyKind
public enum DTSPropertyKind
public enum class DTSPropertyKind
type DTSPropertyKind
public enum DTSPropertyKind

Membros

Nome do membro Descrição
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.

Comentários

For more information, see DTSPropertyKind.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper