Freigeben über


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

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

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace