RankingModelCollection.CreateFromXML - Méthode
Crée un nouveau modèle de classement avec les données XML spécifiées.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function CreateFromXML ( _
rankingModelXml As String _
) As RankingModel
'Utilisation
Dim instance As RankingModelCollection
Dim rankingModelXml As String
Dim returnValue As RankingModel
returnValue = instance.CreateFromXML(rankingModelXml)
public RankingModel CreateFromXML(
string rankingModelXml
)
Paramètres
rankingModelXml
Type : System.StringLe code XML du modèle de classement.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.RankingModel
Le modèle de classement qui a été créé.
Remarques
Une fois que cette méthode a créé une nouvelle instance, une nouvelle instance de l' RankingModel, il ajoute l'instance à la RankingModelCollection.
Le modèle de classement XML est décrite dans le Ranking Model Schema.
Voir aussi
Référence
RankingModelCollection - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms