IExplorerDetailsViewDescriptor.Properties 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取为详细信息视图定义的或所需的属性。
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)
属性值
详细信息视图的属性。