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
operation
Typ: Microsoft.Office.Project.Server.Library.Filter.LogicalOperationTypeDer logische Vorgang.
operands
Typ: []Die Objekte auf denen der Vorgang vorgenommen wird.