IExplorerViewHost Schnittstelle

Definition

Repräsentiert eine Schnittstelle, die die Explorer-Ansicht hostet.

public interface class IExplorerViewHost : IServiceProvider, Microsoft::SqlServer::Management::Explorer::ISupportUserCustomization
public interface IExplorerViewHost : IServiceProvider, Microsoft.SqlServer.Management.Explorer.ISupportUserCustomization
type IExplorerViewHost = interface
    interface ISupportUserCustomization
    interface IServiceProvider
Public Interface IExplorerViewHost
Implements IServiceProvider, ISupportUserCustomization
Implementiert

Eigenschaften

Name Beschreibung
CurrentView

Erhält die aktuelle Steuerung, die spezifisch für die Ansicht ist.

Methoden

Name Beschreibung
Navigate(INavigationContext)

Ermöglicht es dem Benutzer, die Explorer-Ansicht zu navigieren.

ResetUserCustomizations()

Setzt die Benutzeranpassungen des Explorers im SQL Server Management Studio zurück.

(Geerbt von ISupportUserCustomization)
SaveUserCustomizations()

Speichert Benutzeranpassungen im Explorer-SQL Server Management Studio.

(Geerbt von ISupportUserCustomization)

Gilt für: