DTSProviderType Enum

Definition

Describes the kind of provider that is stored.

public enum class DTSProviderType
public enum DTSProviderType
type DTSProviderType = 
Public Enum DTSProviderType
Inheritance
DTSProviderType

Fields

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.

Applies to