ConnectionManagerHostClass.Scope Property

Definition

Gets the scope of the connection manager.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSConnectionManagerScope Scope { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSConnectionManagerScope get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSConnectionManagerScope value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope Scope { get; set; }
member this.Scope : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope with get, set
Public Overridable Property Scope As DTSConnectionManagerScope

Property Value

One of the enumeration values of the DTSConnectionManagerScope enumeration.

Implements

Remarks

For more information, see ConnectionManager.

Applies to