INodeInformation 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
객체 탐색기 계층 구조 내 노드에 대한 정보를 제공합니다.
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
- 파생
- 구현
속성
| Name | Description |
|---|---|
| Connection |
연결 정보를 얻거나 설정합니다. (다음에서 상속됨 INodeContext) |
| Context |
노드의 통일 자원 이름(URN)을 열거기로 설정하거나 지정합니다. (다음에서 상속됨 INodeContext) |
| Hierarchy |
노드에 연관된 계층 구조를 가져옵니다. |
| InvariantName |
Uniform Resource Name(URN) 키의 모든 부분을 얻습니다. |
| Item[String] |
노드의 속성 가방을 얻습니다. |
| Name |
노드 캡션을 받아. |
| NavigationContext |
내비게이션의 맥락을 파악합니다. (다음에서 상속됨 INodeContext) |
| Parent |
부모 노드를 가져옵니다. |
| UrnPath |
현재 상황에 맞는 골격 경로를 얻습니다. (다음에서 상속됨 INodeContext) |
메서드
| Name | Description |
|---|---|
| CreateObjectInstance() |
문맥과 연결 속성에 의해 정의된 객체의 인스턴스를 생성합니다. (다음에서 상속됨 INodeContext) |