PolicyStore.PurgeHealthState Method ()
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Sub PurgeHealthState ( _
targetTreeRoot As SfcQueryExpression _
)
'Usage
Dim instance As PolicyStore
Dim targetTreeRoot As SfcQueryExpression
instance.PurgeHealthState(targetTreeRoot)
public void PurgeHealthState(
SfcQueryExpression targetTreeRoot
)
public:
void PurgeHealthState(
SfcQueryExpression^ targetTreeRoot
)
member PurgeHealthState :
targetTreeRoot:SfcQueryExpression -> unit
public function PurgeHealthState(
targetTreeRoot : SfcQueryExpression
)
Parameters
- targetTreeRoot
Type: SfcQueryExpression