Share via


ConnectionManagerOdbcClass.Scope Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the scope of the connection manager.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property Scope As DTSConnectionManagerScope 
    Get 
    Set
'Usage
Dim instance As ConnectionManagerOdbcClass 
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.Wrapper.DTSConnectionManagerScope
One of the enumeration values of the DTSConnectionManagerScope enumeration.

Implements

IDTSConnectionManager100.Scope

Remarks

For more information, see ConnectionManager.

See Also

Reference

ConnectionManagerOdbcClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace