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
属性
実装

コンストラクター

DetailsView()

DetailsView クラスの新しいインスタンスを初期化します。

プロパティ

DisplayName

DetailsView クラスの表示名を取得または設定します。

Properties

詳細ビューのプロパティを取得または設定します。

Type

詳細ビューの種類を取得または設定します。

明示的なインターフェイスの実装

INavigationDetailsViewInfo.DisplayName

DetailsView の指定した表示名を取得します。

INavigationDetailsViewInfo.Properties

この詳細ビューに定義されているプロパティ、またはこの詳細ビューに必要なプロパティを取得します。

適用対象