Location - Constructeur (String, SearchServiceApplicationProxy, ILocationRuntime)
Initialise une nouvelle instance de la classe Location en fonction de l'emplacement spécifié pour le proxy d'application de recherche spécifiée.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
searchProxy As SearchServiceApplicationProxy, _
handler As ILocationRuntime _
)
'Utilisation
Dim name As String
Dim searchProxy As SearchServiceApplicationProxy
Dim handler As ILocationRuntime
Dim instance As New Location(name, searchProxy, _
handler)
public Location(
string name,
SearchServiceApplicationProxy searchProxy,
ILocationRuntime handler
)
Paramètres
name
Type : System.StringChaîne représentant le nom de l'emplacement fédéré.
searchProxy
Type : Microsoft.Office.Server.Search.Administration.SearchServiceApplicationProxyL'application de service de recherche.
handler
Type : Microsoft.Office.Server.Search.Query.ILocationRuntimeLe runtime emplacement gère l'emplacement fédéré.