IDTSConnectionManager100.Scope 属性

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

Gets the scope of the connection manager.

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

语法

声明
Property Scope As DTSConnectionManagerScope 
    Get 
    Set
用法
Dim instance As IDTSConnectionManager100 
Dim value As DTSConnectionManagerScope 

value = instance.Scope

instance.Scope = value
DTSConnectionManagerScope Scope { get; set; }
property DTSConnectionManagerScope Scope {
    DTSConnectionManagerScope get ();
    void set (DTSConnectionManagerScope value);
}
abstract Scope : DTSConnectionManagerScope with get, set
function get Scope () : DTSConnectionManagerScope 
function set Scope (value : DTSConnectionManagerScope)

属性值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope
One of the enumeration values of the DTSConnectionManagerScope enumeration.

请参阅

参考

IDTSConnectionManager100 接口

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