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.
Describes the kind of provider that is stored.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSProviderType
'Usage
Dim instance As DTSProviderType
public enum DTSProviderType
public enum class DTSProviderType
type DTSProviderType
public enum DTSProviderType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| DTSPT_DTS_DEST | The provider is a destination. | |
| DTSPT_DTS_SOURCE | The provider is a source of data. | |
| DTSPT_ODBC | The provider is an ODBC provider. | |
| DTSPT_OLEDB | The provider is an OLEDB provider. | |
| DTSPT_UNKNOWN | The provider is of an unknown type. |
Hinweise
For more information, see DTSProviderType.