DTSProviderType 列舉
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Describes the kind of provider that is stored.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Public Enumeration DTSProviderType
'用途
Dim instance As DTSProviderType
public enum DTSProviderType
public enum class DTSProviderType
type DTSProviderType
public enum DTSProviderType
成員
成員名稱 | 說明 | |
---|---|---|
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. |
備註
For more information, see DTSProviderType.