DetailsView 類別

定義

在表格中顯示來自資料來源的單一記錄值,每個資料列代表該記錄的一個欄位。

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
繼承
DetailsView
屬性
實作

建構函式

名稱 Description
DetailsView()

初始化 DetailsView 類別的新執行個體。

屬性

名稱 Description
DisplayName

取得或設定類別的 DetailsView 顯示名稱。

Properties

取得或設定細節檢視的屬性。

Type

取得或設定細節視圖的類型。

明確介面實作

名稱 Description
INavigationDetailsViewInfo.DisplayName

會取得 DetailsView 指定的顯示名稱。

INavigationDetailsViewInfo.Properties

取得此詳細檢視所定義或所需的屬性。

適用於