IExplorerNavigationService.GetEntity(String) Method

Definition

Specifies the information about the navigation entity.

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

Parameters

urnPath
String

A String that represents the path of the URN (Uniform Resource Name).

Returns

A string that represents the information about the navigation entity.

Applies to