IExplorerViewHost 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
탐색기 뷰를 호스팅하는 인터페이스를 나타냅니다.
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
- 구현
속성
| CurrentView |
뷰에 관련된 현재 컨트롤을 가져옵니다. |
메서드
| Navigate(INavigationContext) |
사용자가 탐색기 뷰를 탐색하도록 허용합니다. |
| ResetUserCustomizations() |
SQL Server Management Studio에서 탐색기 사용자 사용자 지정을 다시 설정합니다. (다음에서 상속됨 ISupportUserCustomization) |
| SaveUserCustomizations() |
SQL Server Management Studio에서 탐색기 사용자 사용자 지정을 저장합니다. (다음에서 상속됨 ISupportUserCustomization) |