SearchServiceApplicationProxy.AddScope-Methode
Fügt einen neuen Bereich Suche auf der SearchAdminDatabase.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function AddScope ( _
scopeInfo As ScopeInfo, _
<OutAttribute> ByRef statusCode As Integer _
) As Integer
'Usage
Dim instance As SearchServiceApplicationProxy
Dim scopeInfo As ScopeInfo
Dim statusCode As Integer
Dim returnValue As Integer
returnValue = instance.AddScope(scopeInfo, _
statusCode)
public int AddScope(
ScopeInfo scopeInfo,
out int statusCode
)
Parameter
scopeInfo
Typ: Microsoft.Office.Server.Search.Administration.ScopeInfoDie Informationen zu den neuen Suche Bereich.
statusCode
Typ: System.Int32Der Ausführungsstatus.
Rückgabewert
Typ: System.Int32
Das Ausführungsergebnis.
Implementiert
ISearchSiteAdministrationServiceApplication.AddScope(ScopeInfo, Int32)
Ausnahmen
Ausnahme | Bedingung |
---|---|
Exception | Ein Fehler, wie z. B. ein SearchServiceApplicationFault, während der Anwendungsausführung aufgetreten ist. |
Hinweise
Diese Methode gibt die ID für den Bereich Suche , wenn die Einfügung erfolgreich ist; andernfalls gibt die Methode-1 zurück.
Siehe auch
Referenz
SearchServiceApplicationProxy Klasse