NavigationView Class

 

Represents the view that supports the content navigation.

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

System::Object
  Microsoft.SqlServer.Management::NavigationView

[SerializableAttribute]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[DebuggerStepThroughAttribute]
[DesignerCategoryAttribute("code")]
public ref class NavigationView : INavigationViewInfo, INavigationEntry

NameDescription
System_CAPS_pubmethodNavigationView()

Initializes a new instance of the NavigationView class.

NameDescription
System_CAPS_pubpropertyBase

Gets the base entry that this entry inherits settings from.

System_CAPS_pubpropertyColumns

Gets or sets the column view if applicable.

System_CAPS_pubpropertyDetailsViews

Gets or sets the details of the navigation view.

System_CAPS_pubpropertyDisplayName

Gets or sets the local display name for the navigation view.

System_CAPS_pubpropertyExpectedEntities

Gets or sets the expected entities of the navigation view.

System_CAPS_pubpropertyType

Gets or sets the type of text input associated in the navigation view.

System_CAPS_pubpropertyUrnPath

Gets or sets the text value of the path that represents the Urn object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyINavigationEntry::SupportedUrnPaths

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

System_CAPS_pubinterfaceSystem_CAPS_privpropertyINavigationViewInfo::Columns

Gets the columns for navigation view information.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyINavigationViewInfo::DetailsViews

Gets the detail views for the navigation view information.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyINavigationViewInfo::DisplayName

Gets the display name for the navigation view information.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyINavigationViewInfo::ExpectedEntities

Gets the expected entities for the navigation view.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: