共用方式為


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
)

參數

  • operands
    類型:[]

    物件在其進行作業。

請參閱

參照

Filter.LogicalOperator 類別

Filter.LogicalOperator 成員

Microsoft.Office.Project.Server.Library 命名空間