DetailsView Class

 

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.

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

System::Object
  Microsoft.SqlServer.Management::DetailsView

[SerializableAttribute]
[DebuggerStepThroughAttribute]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[DesignerCategoryAttribute("code")]
public ref class DetailsView : INavigationDetailsViewInfo

NameDescription
System_CAPS_pubmethodDetailsView()

Initializes a new instance of the DetailsView class.

NameDescription
System_CAPS_pubpropertyDisplayName

Gets or sets the display name of the DetailsView class.

System_CAPS_pubpropertyProperties

Gets or sets the properties of the details view.

System_CAPS_pubpropertyType

Gets or sets the type of the details view.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privpropertyINavigationDetailsViewInfo::DisplayName

Gets the specified display name of the DetailsView.

System_CAPS_pubinterfaceSystem_CAPS_privpropertyINavigationDetailsViewInfo::Properties

Gets the properties defined or required for this details view.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: