Partager via


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

  • operands
    Type : []

    Les objets sur lequel l'opération est effectuée.

Voir aussi

Référence

Filter.LogicalOperator classe

Filter.LogicalOperator - Membres

Microsoft.Office.Project.Server.Library - Espace de noms