INodeInformation 인터페이스

정의

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

public interface class INodeInformation : IServiceProvider, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeContext
public interface INodeInformation : IServiceProvider, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeContext
type INodeInformation = interface
    interface INodeContext
    interface IServiceProvider
Public Interface INodeInformation
Implements INodeContext, IServiceProvider
파생
구현

속성

Connection

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

(다음에서 상속됨 INodeContext)
Context

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

(다음에서 상속됨 INodeContext)
Hierarchy

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

InvariantName

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

Item[String]

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

Name

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

NavigationContext

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

(다음에서 상속됨 INodeContext)
Parent

부모 노드를 가져옵니다.

UrnPath

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

(다음에서 상속됨 INodeContext)

메서드

CreateObjectInstance()

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

(다음에서 상속됨 INodeContext)

적용 대상