Filter.LogicalOperator - Constructeur
Instancie un objet LogicalOperator .
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
Public Sub New ( _
operation As Filter.LogicalOperationType, _
ParamArray operands As Filter.IOperator() _
)
'Utilisation
Dim operation As Filter.LogicalOperationType
Dim operands As Filter.IOperator()
Dim instance As New Filter.LogicalOperator(operation, _
operands)
public LogicalOperator(
Filter.LogicalOperationType operation,
params Filter.IOperator[] operands
)
Paramètres
operation
Type : Microsoft.Office.Project.Server.Library.Filter.LogicalOperationTypeL'opération logique.
operands
Type : []Les objets sur lequel l'opération est effectuée.