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)

属性值

IEnumerable<IExplorerPropertyDescriptor>

详细信息视图的属性。

适用于