Freigeben über


DTSConnectionManagerScope-Enumeration

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Elemente

Elementname Beschreibung
DTSCMS_PACKAGE Specifies the scope is for a package level.
DTSCMS_PROJECT Specifies the scope is for a project level.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace