IExplorerViewDescriptor.DetailsViews Property

Definition

Gets the detail view of the descriptor.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::IExplorerDetailsViewDescriptor ^> ^ DetailsViews { System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::IExplorerDetailsViewDescriptor ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.IExplorerDetailsViewDescriptor> DetailsViews { get; }
member this.DetailsViews : seq<Microsoft.SqlServer.Management.IExplorerDetailsViewDescriptor>
Public ReadOnly Property DetailsViews As IEnumerable(Of IExplorerDetailsViewDescriptor)

Property Value

A value that represents the detail view of the descriptor.

Applies to