Enumerazione DTSProviderType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Describes the kind of provider that is stored.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Enumeration DTSProviderType
'Utilizzo
Dim instance As DTSProviderType
public enum DTSProviderType
public enum class DTSProviderType
type DTSProviderType
public enum DTSProviderType

Membri

Nome membro Descrizione
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.

Osservazioni

For more information, see DTSProviderType.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper