ConnectionManager.Scope Property

Definition

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

Applies to