ConnectionManagerMultiFileClass.Scope 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the scope for the connection.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
Public Overridable Property Scope As DTSConnectionManagerScope 
    Get 
    Set
用法
Dim instance As ConnectionManagerMultiFileClass 
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)

属性值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope
The scope for the connection.

实现

IDTSConnectionManager100.Scope

请参阅

参考

ConnectionManagerMultiFileClass 类

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间