ConnectionManager.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 scope of the connection manager.
public:
property Microsoft::SqlServer::Dts::Runtime::DTSConnectionManagerScope Scope { Microsoft::SqlServer::Dts::Runtime::DTSConnectionManagerScope get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Runtime.DTSConnectionManagerScope Scope { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Scope : Microsoft.SqlServer.Dts.Runtime.DTSConnectionManagerScope
Public ReadOnly Property Scope As DTSConnectionManagerScope
Property Value
A DTSConnectionManagerScope enumeration.
- Attributes