IContextProvider.CurrentContext 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 Context 的当前上下文。
public:
property Microsoft::SqlServer::Management::Data::IContext ^ CurrentContext { Microsoft::SqlServer::Management::Data::IContext ^ get(); void set(Microsoft::SqlServer::Management::Data::IContext ^ value); };
public Microsoft.SqlServer.Management.Data.IContext CurrentContext { get; set; }
member this.CurrentContext : Microsoft.SqlServer.Management.Data.IContext with get, set
Public Property CurrentContext As IContext
属性值
Context 接口的当前上下文。