Share via


DTSConnectionManagerScope Enumeration

This API supports the SQL Server 2012 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
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Enumeration DTSConnectionManagerScope
'Usage
Dim instance As DTSConnectionManagerScope
public enum DTSConnectionManagerScope
public enum class DTSConnectionManagerScope
type DTSConnectionManagerScope
public enum DTSConnectionManagerScope

Members

Member name Description
DTSCMS_PACKAGE Specifies the scope is for a package level.
DTSCMS_PROJECT Specifies the scope is for a project level.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace