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 인터페이스의 현재 컨텍스트입니다.

적용 대상