Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Evaluates the Policy object and applies policy to the data in identified by the targetConnections parameter.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Function Evaluate ( _
evaluationMode As AdHocPolicyEvaluationMode, _
ParamArray targetConnections As ISfcConnection() _
) As Boolean
'Utilisation
Dim instance As Policy
Dim evaluationMode As AdHocPolicyEvaluationMode
Dim targetConnections As ISfcConnection()
Dim returnValue As Boolean
returnValue = instance.Evaluate(evaluationMode, _
targetConnections)
public bool Evaluate(
AdHocPolicyEvaluationMode evaluationMode,
params ISfcConnection[] targetConnections
)
public:
bool Evaluate(
AdHocPolicyEvaluationMode evaluationMode,
... array<ISfcConnection^>^ targetConnections
)
member Evaluate :
evaluationMode:AdHocPolicyEvaluationMode *
targetConnections:ISfcConnection[] -> bool
public function Evaluate(
evaluationMode : AdHocPolicyEvaluationMode,
... targetConnections : ISfcConnection[]
) : boolean
Paramètres
- evaluationMode
Type : Microsoft.SqlServer.Management.Dmf.AdHocPolicyEvaluationMode
A AdHocPolicyEvaluationMode object.
- targetConnections
Type : array<Microsoft.SqlServer.Management.Common.ISfcConnection[]
An array of ISfcConnection objects.
Valeur de retour
Type : System.Boolean
A Boolean value, True if the operation succeeds, otherwise False.