Partager via


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.String

    Chaîne représentant le nom de l'emplacement fédéré.

Voir aussi

Référence

Location classe

Location - Membres

Location - Surcharge

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