Конструктор Filter.LogicalOperator
Создает экземпляр объекта LogicalOperator .
Пространство имен: Microsoft.Office.Project.Server.Library
Сборка: Microsoft.Office.Project.Server.Library (в Microsoft.Office.Project.Server.Library.dll)
Синтаксис
'Декларация
Public Sub New ( _
operation As Filter.LogicalOperationType, _
ParamArray operands As Filter.IOperator() _
)
'Применение
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
)
Параметры
operation
Тип: Microsoft.Office.Project.Server.Library.Filter.LogicalOperationTypeЛогические операции.
operands
Тип: []Объекты, на которых выполняется операция.