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.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
[SerializableAttribute] [DebuggerStepThroughAttribute] [XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] [DesignerCategoryAttribute("code")] public ref class DetailsView : INavigationDetailsViewInfo
| Name | Description | |
|---|---|---|
![]() | DetailsView() | Initializes a new instance of the DetailsView class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | INavigationDetailsViewInfo::DisplayName | Gets the specified display name of the DetailsView. |
![]() ![]() | INavigationDetailsViewInfo::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.




