ManagedProperty.SetMappings - Méthode
Définit la collection d'objets Mapping pour une propriété gérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub SetMappings ( _
mappings As MappingCollection _
)
'Utilisation
Dim instance As ManagedProperty
Dim mappings As MappingCollection
instance.SetMappings(mappings)
public void SetMappings(
MappingCollection mappings
)
Paramètres
mappings
Type : Microsoft.Office.Server.Search.Administration.MappingCollectionUn objet MappingCollection qui contient les objets Mapping pour la propriété gérée.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms