IHierarchyNodeBuilder.Build(INodeInformation) 메서드

정의

개체가 나타내는 모든 계층 노드를 작성하는 메서드를 정의합니다.

public:
 System::Collections::IEnumerable ^ Build(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public System.Collections.IEnumerable Build (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member Build : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> System.Collections.IEnumerable
Public Function Build (source As INodeInformation) As IEnumerable

매개 변수

source
INodeInformation

원본 정보입니다.

반환

모든 계층 노드를 작성하는 메서드입니다.

적용 대상