Partager via


Énumération DTSProviderType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Describes the kind of provider that is stored.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Enumeration DTSProviderType
'Utilisation
Dim instance As DTSProviderType
public enum DTSProviderType
public enum class DTSProviderType
type DTSProviderType
public enum DTSProviderType

Membres

Nom de membre Description
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.

Notes

For more information, see DTSProviderType.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper