Enumeración DTSPropertyKind
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Contains values that describe the type of property.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Enumeration DTSPropertyKind
'Uso
Dim instance As DTSPropertyKind
public enum DTSPropertyKind
public enum class DTSPropertyKind
type DTSPropertyKind
public enum DTSPropertyKind
Miembros
Nombre del miembro | Descripción | |
---|---|---|
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. |
Comentarios
For more information, see DTSPropertyKind.