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)

プロパティ値

記述子の列を表す値です。

適用対象