DetailsView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |