IExplorerDetailsViewDescriptor.Properties プロパティ

定義

詳細ビューに対して定義または必須のプロパティを取得します。

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

プロパティ値

詳細ビューのプロパティです。

適用対象