Compartir a través de


Enumeración DTSProviderType

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Describes the kind of provider that is stored.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Enumeration DTSProviderType
'Uso
Dim instance As DTSProviderType
public enum DTSProviderType
public enum class DTSProviderType
type DTSProviderType
public enum DTSProviderType

Miembros

Nombre del miembro Descripción
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.

Comentarios

For more information, see DTSProviderType.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper