INameHandler.Name(INodeInformation) 메서드

정의

개체의 이름을 검색합니다.

public:
 System::String ^ Name(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public string Name (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member Name : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> string
Public Function Name (source As INodeInformation) As String

매개 변수

source
INodeInformation

대상 노드를 나타내는 INodeInformation입니다.

반환

표시할 이름입니다.

적용 대상