다음을 통해 공유


IExplorerNavigationService.GetEntity(String) 메서드

정의

탐색 엔터티에 대한 정보를 지정합니다.

public:
 Microsoft::SqlServer::Management::IExplorerEntityDescriptor ^ GetEntity(System::String ^ urnPath);
public Microsoft.SqlServer.Management.IExplorerEntityDescriptor GetEntity (string urnPath);
abstract member GetEntity : string -> Microsoft.SqlServer.Management.IExplorerEntityDescriptor
Public Function GetEntity (urnPath As String) As IExplorerEntityDescriptor

매개 변수

urnPath
String

URN(Uniform Resource Name)의 경로를 나타내는 String입니다.

반환

탐색 엔터티에 대한 정보를 나타내는 문자열입니다.

적용 대상