PolicyStore.GetAggregatedHealthState 方法

Deletes system health phantom records specified by a SfcQueryExpression.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Function GetAggregatedHealthState ( _
    target As SfcQueryExpression _
) As PolicyHealthState
用法
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

参数

返回值

类型:Microsoft.SqlServer.Management.Dmf.PolicyHealthState
A PolicyHealthState object.

请参阅

参考

PolicyStore 类

Microsoft.SqlServer.Management.Dmf 命名空间