DTSConnectionManagerScope Enumeration

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For more information, see DTSConnectionManagerScope. Specifies the scope levels of a connection manager.

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

public enum class DTSConnectionManagerScope

Member nameDescription
DTSCMS_PACKAGE

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the scope is for a package level.

DTSCMS_PROJECT

This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the scope is for a project level.

For more information see DTSConnectionManagerScope.

Return to top
Show: