SearchServiceApplication.GetIdForContextKey - Méthode
Obtient l'ID de la clé de contexte. Un contexte fait référence à une propriété dans une requête et chaque propriété possède un ID allouée de manière dynamique.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetIdForContextKey ( _
searchObjectOwner As SearchObjectOwner, _
ContextName As String _
) As Integer
'Utilisation
Dim instance As SearchServiceApplication
Dim searchObjectOwner As SearchObjectOwner
Dim ContextName As String
Dim returnValue As Integer
returnValue = instance.GetIdForContextKey(searchObjectOwner, _
ContextName)
public int GetIdForContextKey(
SearchObjectOwner searchObjectOwner,
string ContextName
)
Paramètres
searchObjectOwner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerLe propriétaire de la hiérarchie de site de recherche.
ContextName
Type : System.StringNom du contexte.
Valeur renvoyée
Type : System.Int32
L'ID de contexte.
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms