Freigeben über


Filter.LogicalOperator-Konstruktor

Instanziiert ein LogicalOperator -Objekt.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Sub New ( _
    operation As Filter.LogicalOperationType, _
    ParamArray operands As Filter.IOperator() _
)
'Usage
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
)

Parameter

  • operands
    Typ: []

    Die Objekte auf denen der Vorgang vorgenommen wird.

Siehe auch

Referenz

Filter.LogicalOperator Klasse

Filter.LogicalOperator-Member

Microsoft.Office.Project.Server.Library-Namespace