MappingInfoCollection - Classe

Cette classe représente une collection de mappages de propriété gérée dans le schéma de recherche.

Hiérarchie d’héritage

System.Object
  Microsoft.Office.Server.Search.Administration.BaseInfoCollection<MappingInfo>
    Microsoft.Office.Server.Search.Administration.MappingInfoCollection

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<DataContractAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class MappingInfoCollection _
    Inherits BaseInfoCollection(Of MappingInfo)
'Utilisation
Dim instance As MappingInfoCollection
[DataContractAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class MappingInfoCollection : BaseInfoCollection<MappingInfo>

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

MappingInfoCollection - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms