SearchServiceApplicationProxy.Unprovision Method (Boolean)
Unprovisions the SearchServiceApplicationProxy from the server farm.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Overrides Sub Unprovision ( _
deleteData As Boolean _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim deleteData As Boolean
instance.Unprovision(deleteData)
public override void Unprovision(
bool deleteData
)
Parameters
deleteData
Type: System.Booleantrue to indicate that any user data associated with the SearchServiceApplicationProxy should be deleted; otherwise, false.
Remarks
This override calls the Provision method of its base class and sets the status of the SearchServiceApplicationProxy to Disabled.
See Also
Reference
SearchServiceApplicationProxy Class