ConnectionManagerBase.Scope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.