Méthode PolicyStore.GetAggregatedHealthState
Deletes system health phantom records specified by a SfcQueryExpression.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Function GetAggregatedHealthState ( _
target As SfcQueryExpression _
) As PolicyHealthState
'Utilisation
Dim instance As PolicyStore
Dim target As SfcQueryExpression
Dim returnValue As PolicyHealthState
returnValue = instance.GetAggregatedHealthState(target)
public PolicyHealthState GetAggregatedHealthState(
SfcQueryExpression target
)
public:
PolicyHealthState GetAggregatedHealthState(
SfcQueryExpression^ target
)
member GetAggregatedHealthState :
target:SfcQueryExpression -> PolicyHealthState
public function GetAggregatedHealthState(
target : SfcQueryExpression
) : PolicyHealthState
Paramètres
- target
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryExpression
A SfcQueryExpression object.
Valeur de retour
Type : Microsoft.SqlServer.Management.Dmf.PolicyHealthState
A PolicyHealthState object.