QuerySpellingCorrectionProperties.UpdateProperties method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub UpdateProperties ( _
throwOnError As Boolean, _
persistToDb As Boolean _
)
'Uso
Dim instance As QuerySpellingCorrectionProperties
Dim throwOnError As Boolean
Dim persistToDb As Boolean
instance.UpdateProperties(throwOnError, _
persistToDb)
public void UpdateProperties(
bool throwOnError,
bool persistToDb
)
Parâmetros
- throwOnError
Type: System.Boolean
- persistToDb
Type: System.Boolean
Ver também
Referência
QuerySpellingCorrectionProperties class