IExplorerEntityDescriptor.Properties プロパティ

定義

詳細ビューに定義されているプロパティ、または詳細ビューに必要なプロパティを取得します。

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

プロパティ値

定義されているプロパティ、または必要なプロパティです。

適用対象