INavigationDetailsViewInfo Interface

Defines a method that represents the objects in the NavigationDetailsViewInfo.

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

Syntax

'Declaration
Public Interface INavigationDetailsViewInfo
'Usage
Dim instance As INavigationDetailsViewInfo
public interface INavigationDetailsViewInfo
public interface class INavigationDetailsViewInfo
type INavigationDetailsViewInfo =  interface end
public interface INavigationDetailsViewInfo

The INavigationDetailsViewInfo type exposes the following members.

Properties

  Name Description
Public property DisplayName Gets the display name for INavigationDetailsViewInfo.
Public property Properties Gets the properties defined or required for this details view.
Public property Type Gets the view type defined or required for this details view.

Top