PolicyStore.PurgeHealthState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PurgeHealthState(SfcQueryExpression) |
Purge records from the policy health state table that are associated with the nodes in the tree, starting with the value that is passed to targetTreeRoot. |
PurgeHealthState() |
Purge all records from the policy health state table. |
PurgeHealthState(SfcQueryExpression)
Purge records from the policy health state table that are associated with the nodes in the tree, starting with the value that is passed to targetTreeRoot.
public void PurgeHealthState (Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryExpression targetTreeRoot);
member this.PurgeHealthState : Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryExpression -> unit
Public Sub PurgeHealthState (targetTreeRoot As SfcQueryExpression)
Parameters
- targetTreeRoot
- SfcQueryExpression
Applies to
PurgeHealthState()
Purge all records from the policy health state table.
public void PurgeHealthState ();
member this.PurgeHealthState : unit -> unit
Public Sub PurgeHealthState ()