DTSProviderType Enumeration
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Describes the kind of provider that is stored.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSProviderType
'Usage
Dim instance As DTSProviderType
public enum DTSProviderType
public enum class DTSProviderType
type DTSProviderType
public enum DTSProviderType
Members
Member name | Description | |
---|---|---|
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. |
Remarks
For more information, see DTSProviderType.