Méthode Policy.Evaluate (AdHocPolicyEvaluationMode, array<Object )
Immediately executes the policy against the specified target objects by using the specified evaluation mode.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Function Evaluate ( _
evaluationMode As AdHocPolicyEvaluationMode, _
ParamArray targetObjects As Object() _
) As Boolean
'Utilisation
Dim instance As Policy
Dim evaluationMode As AdHocPolicyEvaluationMode
Dim targetObjects As Object()
Dim returnValue As Boolean
returnValue = instance.Evaluate(evaluationMode, _
targetObjects)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public bool Evaluate(
AdHocPolicyEvaluationMode evaluationMode,
params Object[] targetObjects
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
bool Evaluate(
AdHocPolicyEvaluationMode evaluationMode,
... array<Object^>^ targetObjects
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
member Evaluate :
evaluationMode:AdHocPolicyEvaluationMode *
targetObjects:Object[] -> bool
public function Evaluate(
evaluationMode : AdHocPolicyEvaluationMode,
... targetObjects : Object[]
) : boolean
Paramètres
- evaluationMode
Type : Microsoft.SqlServer.Management.Dmf.AdHocPolicyEvaluationMode
An AdHocPolicyEvaluationMode object that specifies the evaluation mode to use when the policy executes against the specified target.
- targetObjects
Type : array<System.Object[]
An Object object that specifies target objects.
Valeur de retour
Type : System.Boolean
A Boolean value that verifies whether the policy was executed successfully.If True, the policy was executed successfully. Otherwise, False.
Notes
This ignores all target filters and policy groups. This will throw an exception if the query expression isn’t a single object.