IContextProvider.CurrentContext 屬性

定義

取得或設定上下文的當前上下文。

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 介面的上下文。

適用於