ConnectionManagerBase.Scope Property

Definition

Gets the DTS connection manager scope for this ConnectionManagerBase object.

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

Property Value

The DTSConnectionManagerScope object.

Applies to