DTSProviderSubType Enum

Definition

Identifies a specific OLE DB provider. The enumeration value also identifies the data type format used by that provider when the ProviderType is OLE DB.

public enum class DTSProviderSubType
public enum DTSProviderSubType
type DTSProviderSubType = 
Public Enum DTSProviderSubType
Inheritance
DTSProviderSubType

Fields

DTSPST_ACCESS -1

The provider is the Microsoft OLE DB Provider for Microsoft Jet 4.0.

DTSPST_AZBLOB -9
DTSPST_DB2 -8

The provider is Microsoft OLE DB Provider for DB2.

DTSPST_DBASE -5

The provider is dBASE.

DTSPST_EXCEL -2

The provider is the Microsoft OLE DB Provider for Microsoft Jet 4.0.

DTSPST_FLATFILE -6

The provider is a flat file.

DTSPST_NONE 0

The provider is not specified using this enumeration.

DTSPST_ORACLE -7

The provider is Microsoft OLE DB Provider for Oracle. This provider supports versions up to Oracle 8.

DTSPST_PARADOX -3

The provider is Corel Paradox.

DTSPST_SQLSERVER -4

The provider is Microsoft SQL Server Native Client OLE DB Provider.

Remarks

For more information, see DTSProviderSubType.

Applies to