IDTSConnectionManager100.Scope Property

Definition

Gets the scope of the connection manager.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSConnectionManagerScope Scope { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSConnectionManagerScope get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSConnectionManagerScope value); };
[System.Runtime.InteropServices.DispId(8)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope Scope { [System.Runtime.InteropServices.DispId(8)] get; [System.Runtime.InteropServices.DispId(8)] set; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
[<set: System.Runtime.InteropServices.DispId(8)>]
member this.Scope : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope with get, set
Public Property Scope As DTSConnectionManagerScope

Property Value

One of the enumeration values of the DTSConnectionManagerScope enumeration.

Attributes

Applies to