共用方式為


DTSProviderSubType 列舉

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

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.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Public Enumeration DTSProviderSubType
'用途
Dim instance As DTSProviderSubType
public enum DTSProviderSubType
public enum class DTSProviderSubType
type DTSProviderSubType
public enum DTSProviderSubType

成員

成員名稱 說明
DTSPST_ACCESS The provider is the Microsoft OLE DB Provider for Microsoft Jet 4.0.
DTSPST_DB2 The provider is Microsoft OLE DB Provider for DB2.
DTSPST_DBASE The provider is dBASE.
DTSPST_EXCEL The provider is the Microsoft OLE DB Provider for Microsoft Jet 4.0.
DTSPST_FLATFILE The provider is a flat file.
DTSPST_NONE The provider is not specified using this enumeration.
DTSPST_ORACLE The provider is Microsoft OLE DB Provider for Oracle. This provider supports versions up to Oracle 8.
DTSPST_PARADOX The provider is Corel Paradox.
DTSPST_SQLSERVER The provider is Microsoft SQL Server Native Client OLE DB Provider.

備註

For more information, see DTSProviderSubType.

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間