IExplorerViewDescriptor.Columns 属性

定义

获取描述符的列(如果适用)。

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)

属性值

一个表示描述符的列的值。

适用于