Enumerazione DTSPropertyKind
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Contains values that describe the type of property.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Enumeration DTSPropertyKind
'Utilizzo
Dim instance As DTSPropertyKind
public enum DTSPropertyKind
public enum class DTSPropertyKind
type DTSPropertyKind
public enum DTSPropertyKind
Membri
Nome membro | Descrizione | |
---|---|---|
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. |
Osservazioni
For more information, see DTSPropertyKind.