DTSProviderType 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.
Describes the kind of provider that is stored.
public enum class DTSProviderType
public enum DTSProviderType
type DTSProviderType =
Public Enum DTSProviderType
- Inheritance
-
DTSProviderType
Fields
Name | Value | Description |
---|---|---|
DTSPT_DTS_DEST | -4 | The provider is a destination. |
DTSPT_DTS_SOURCE | -3 | The provider is a source of data. |
DTSPT_ODBC | -2 | The provider is an ODBC provider. |
DTSPT_OLEDB | -1 | The provider is an OLEDB provider. |
DTSPT_UNKNOWN | 0 | The provider is of an unknown type. |
Remarks
For more information, see DTSProviderType.