Freigeben über


ManagedPropertyInfoCollection-Klasse

Diese Klasse stellt eine Auflistung von verwalteten Eigenschaften im Schema suchen.

Vererbungshierarchie

System.Object
  Microsoft.Office.Server.Search.Administration.BaseInfoCollection<ManagedPropertyInfo>
    Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ManagedPropertyInfoCollection _
    Inherits BaseInfoCollection(Of ManagedPropertyInfo)
'Usage
Dim instance As ManagedPropertyInfoCollection
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ManagedPropertyInfoCollection : BaseInfoCollection<ManagedPropertyInfo>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

ManagedPropertyInfoCollection-Member

Microsoft.Office.Server.Search.Administration-Namespace