ConnectionManagerAdoNetClass.Scope 属性

定义

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSConnectionManagerScope Scope { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSConnectionManagerScope get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTSConnectionManagerScope value); };
[System.Runtime.InteropServices.DispId(8)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.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.Sql2012.DTSConnectionManagerScope with get, set
Public Overridable Property Scope As DTSConnectionManagerScope

属性值

DTSConnectionManagerScope 枚举的枚举值之一。

实现

属性

注解

有关详细信息,请参阅 ConnectionManager

适用于