ConnectionManagerBase.Scope Property
Gets the DTS connection manager scope for this ConnectionManagerBase object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Overridable Property Scope As DTSConnectionManagerScope
Get
Set
'Usage
Dim instance As ConnectionManagerBase
Dim value As DTSConnectionManagerScope
value = instance.Scope
instance.Scope = value
public virtual DTSConnectionManagerScope Scope { get; set; }
public:
virtual property DTSConnectionManagerScope Scope {
DTSConnectionManagerScope get ();
void set (DTSConnectionManagerScope value);
}
abstract Scope : DTSConnectionManagerScope with get, set
override Scope : DTSConnectionManagerScope with get, set
function get Scope () : DTSConnectionManagerScope
function set Scope (value : DTSConnectionManagerScope)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.DTSConnectionManagerScope
The DTSConnectionManagerScope object.