次の方法で共有


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 名前空間