ConnectionManagerSqlMobileClass.Scope-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets the scope for the connection.
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 ConnectionManagerSqlMobileClass
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope
The scope for the connection.
Implementiert
IDTSConnectionManager100.Scope