DTSProviderType Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Describes the kind of provider that is stored.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSPT_DTS_DEST | This API supports the product infrastructure and is not intended to be used directly from your code. The provider is a destination. | |
| DTSPT_DTS_SOURCE | This API supports the product infrastructure and is not intended to be used directly from your code. The provider is a source of data. | |
| DTSPT_ODBC | This API supports the product infrastructure and is not intended to be used directly from your code. The provider is an ODBC provider. | |
| DTSPT_OLEDB | This API supports the product infrastructure and is not intended to be used directly from your code. The provider is an OLEDB provider. | |
| DTSPT_UNKNOWN | This API supports the product infrastructure and is not intended to be used directly from your code. The provider is of an unknown type. |