Share via


DTSConnectionManagerScope Enumeration

Specifies the DTS connection manager scope.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.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
Package The package scope.
Project The project scope.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace