IExplorerNavigationService.GetView(String) Method

Definition

Specifies the view of the information about the navigation entity.

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

Parameters

urnPath
String

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

Returns

A string that represents the view of the information about the navigation entity.

Applies to