IContextProvider.CurrentContext プロパティ

定義

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 インターフェイスの現在のコンテキストです。

適用対象