Filter.FieldOperator コンストラクター (Filter.FieldOperationType, String, Object[])
操作タイプのフィールド、フィールド名、およびオペランドのコレクションの全般的なフィールドでは、 FieldOperatorオブジェクトのインスタンスを作成します。
名前空間: Microsoft.Office.Project.Server.Library
アセンブリ: Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)
構文
'宣言
Public Sub New ( _
operation As Filter.FieldOperationType, _
fieldName As String, _
ParamArray operands As Object() _
)
'使用
Dim operation As Filter.FieldOperationType
Dim fieldName As String
Dim operands As Object()
Dim instance As New Filter.FieldOperator(operation, _
fieldName, operands)
public FieldOperator(
Filter.FieldOperationType operation,
string fieldName,
params Object[] operands
)
パラメーター
operation
型: Microsoft.Office.Project.Server.Library.Filter.FieldOperationTypeフィールド演算子の操作の種類。
fieldName
型: System.Stringフィールド名。
operands
型: []フィールド演算子のオペランドのコレクションです。