Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Contains values that describe the type of property.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Enumeration DTSPropertyKind
'Utilisation
Dim instance As DTSPropertyKind
public enum DTSPropertyKind
public enum class DTSPropertyKind
type DTSPropertyKind
public enum DTSPropertyKind
Membres
| Nom de membre | 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. |
Notes
For more information, see DTSPropertyKind.