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)

屬性值

一個代表描述子欄位的值

適用於