Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Contains values that describe the type of property.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSPropertyKind
'Usage
Dim instance As DTSPropertyKind
public enum DTSPropertyKind
public enum class DTSPropertyKind
type DTSPropertyKind
public enum DTSPropertyKind
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
For more information, see DTSPropertyKind.