DTSProviderSubType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
DTSPST_AZBLOB | -9 | |
DTSPST_DB2 | -8 | The provider is Microsoft OLE DB Provider for DB2. |
DTSPST_ORACLE | -7 | The provider is Microsoft OLE DB Provider for Oracle. This provider supports versions up to Oracle 8. |
DTSPST_FLATFILE | -6 | The provider is a flat file. |
DTSPST_DBASE | -5 | The provider is dBASE. |
DTSPST_SQLSERVER | -4 | The provider is Microsoft SQL Server Native Client OLE DB Provider. |
DTSPST_PARADOX | -3 | The provider is Corel Paradox. |
DTSPST_EXCEL | -2 | The provider is the Microsoft OLE DB Provider for Microsoft Jet 4.0. |
DTSPST_ACCESS | -1 | The provider is the Microsoft OLE DB Provider for Microsoft Jet 4.0. |
DTSPST_NONE | 0 | The provider is not specified using this enumeration. |
Remarks
For more information, see DTSProviderSubType.