IExplorerNavigationService.GetEntity(String) Método

Definición

Especifica la información acerca de la entidad de navegación.

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

Parámetros

urnPath
String

String que representa la ruta de acceso del nombre de recursos uniforme (URN).

Devoluciones

Cadena que representa la información acerca de la entidad de navegación.

Se aplica a