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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

public enum class DTSProviderType

Member nameDescription
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.

Return to top
Show: