DetailsView Class

Definition

Displays the values of a single record from a data source from a data source in a table, where each data row represents a field of the record.

public ref class DetailsView : Microsoft::SqlServer::Management::INavigationDetailsViewInfo
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class DetailsView : Microsoft.SqlServer.Management.INavigationDetailsViewInfo
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type DetailsView = class
    interface INavigationDetailsViewInfo
Public Class DetailsView
Implements INavigationDetailsViewInfo
Inheritance
DetailsView
Attributes
Implements

Constructors

DetailsView()

Initializes a new instance of the DetailsView class.

Properties

DisplayName

Gets or sets the display name of the DetailsView class.

Properties

Gets or sets the properties of the details view.

Type

Gets or sets the type of the details view.

Explicit Interface Implementations

INavigationDetailsViewInfo.DisplayName

Gets the specified display name of the DetailsView.

INavigationDetailsViewInfo.Properties

Gets the properties defined or required for this details view.

Applies to