IContextProvider.CurrentContext Proprietà

Definizione

Ottiene o imposta il contesto corrente del Contesto.

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

Valore della proprietà

Il contesto corrente dell'interfaccia Contesto.

Si applica a