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 介面的目前內容。