다음을 통해 공유


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)

속성 값

설명자의 열을 나타내는 값입니다.

적용 대상