INavigationContext 인터페이스

정의

개체 탐색기 계층의 노드에 대한 정보를 제공합니다.

public interface class INavigationContext : IEquatable<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigationContext ^>, IServiceProvider, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation
public interface INavigationContext : IEquatable<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigationContext>, IServiceProvider, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation
type INavigationContext = interface
    interface INodeInformation
    interface INodeContext
    interface IServiceProvider
    interface IEquatable<INavigationContext>
Public Interface INavigationContext
Implements IEquatable(Of INavigationContext), INodeInformation, IServiceProvider
구현

속성

Connection

연결 정보를 가져오거나 설정합니다.

(다음에서 상속됨 INodeContext)
Context

노드의 열거자 URN(Uniform Resource Name)을 가져오거나 설정합니다.

(다음에서 상속됨 INodeContext)
Hierarchy

노드에 연결된 계층을 가져옵니다.

(다음에서 상속됨 INodeInformation)
InvariantName

URN(Uniform Resource Name) 키의 모든 부분을 가져옵니다.

(다음에서 상속됨 INodeInformation)
Item[String]

노드의 속성 모음을 가져옵니다.

(다음에서 상속됨 INodeInformation)
Name

노드의 캡션을 가져옵니다.

(다음에서 상속됨 INodeInformation)
NavigationContext

탐색의 컨텍스트를 가져옵니다.

(다음에서 상속됨 INodeContext)
Parent

부모 노드를 가져옵니다.

(다음에서 상속됨 INodeInformation)
UrnPath

현재 컨텍스트의 스켈레톤 경로를 가져옵니다.

(다음에서 상속됨 INodeContext)
ViewIdentity

탐색 서비스에서 뷰를 쿼리하는 데 사용되는 뷰 ID를 가져옵니다.

메서드

CreateObjectInstance()

컨텍스트 및 연결 속성으로 정의된 개체의 인스턴스를 만듭니다.

(다음에서 상속됨 INodeContext)

적용 대상