ISearchSiteAdministrationServiceApplication.AddScope-Methode
Fügt einen neuen Suche -Bereich in der Datenbank.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function AddScope ( _
scopeInfo As ScopeInfo, _
<OutAttribute> ByRef statusCode As Integer _
) As Integer
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim scopeInfo As ScopeInfo
Dim statusCode As Integer
Dim returnValue As Integer
returnValue = instance.AddScope(scopeInfo, _
statusCode)
[OperationContractAttribute]
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.
Hinweise
Diese Methode gibt die ID für den Bereich Suche , wenn die Einfügung erfolgreich ist; andernfalls gibt die Methode-1 zurück.
Implementieren von Klassen sollten statusCode auf 0 für die erfolgreiche Ausführung andernfalls 1 Angabe festlegen.
Siehe auch
Referenz
ISearchSiteAdministrationServiceApplication Schnittstelle