IExplorerViewDescriptor.Columns Property

Definition

Gets the column of the descriptor if applicable.

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

Property Value

A value that represents the column of the descriptor

Applies to