ISearchSiteAdministrationServiceApplication.GetVolatileScopeInfo-Methode
Ruft die Informationen für den angegebenen Suche -Bereich ändern.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetVolatileScopeInfo ( _
scopeId As Integer _
) As ScopeInfo
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim scopeId As Integer
Dim returnValue As ScopeInfo
returnValue = instance.GetVolatileScopeInfo(scopeId)
[OperationContractAttribute]
ScopeInfo GetVolatileScopeInfo(
int scopeId
)
Parameter
scopeId
Typ: System.Int32Die ID des Scope -Objekts.
Rückgabewert
Typ: Microsoft.Office.Server.Search.Administration.ScopeInfo
Die Informationen über den Suche -Bereich.
Hinweise
Implementieren von Klassen sollten sicherstellen, dass der Wert des Parameters scopeId nicht Null sein muss.
Siehe auch
Referenz
ISearchSiteAdministrationServiceApplication Schnittstelle