RemoteScopes.GetScope - Méthode
Obtient le Scope.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Overrides Function GetScope ( _
siteUrl As Uri, _
name As String _
) As Scope
'Utilisation
Dim instance As RemoteScopes
Dim siteUrl As Uri
Dim name As String
Dim returnValue As Scope
returnValue = instance.GetScope(siteUrl, _
name)
public override Scope GetScope(
Uri siteUrl,
string name
)
Paramètres
siteUrl
Type : System.Uri
name
Type : System.StringNom de la Scope.
Valeur renvoyée
Type : Microsoft.Office.Server.Search.Administration.Scope
Une zone de recherche.
Remarques
SiteUrl doit être une URL pour un SPSiteou null .
Le nom ne doit pas être null . Il doit être une chaîne non vide qui n'excède pas 60 caractères.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms