NavigationView.INavigationEntry.SupportedUrnPaths Property

Definition

Gets the supported Urn objects that provide programmatic access to the Uniform Resource Name addresses that uniquely identify Microsoft SQL Server objects.

property System::Collections::Generic::IEnumerable<System::String ^> ^ Microsoft::SqlServer::Management::INavigationEntry::SupportedUrnPaths { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
System.Collections.Generic.IEnumerable<string> Microsoft.SqlServer.Management.INavigationEntry.SupportedUrnPaths { get; }
member this.Microsoft.SqlServer.Management.INavigationEntry.SupportedUrnPaths : seq<string>
 ReadOnly Property SupportedUrnPaths As IEnumerable(Of String) Implements INavigationEntry.SupportedUrnPaths

Property Value

IEnumerable<String>

The supported Urn objects that provide programmatic access to the Uniform Resource Name addresses that uniquely identify Microsoft SQL Server objects.

Implements

Applies to