Filter.FieldOperator-Konstruktor (Filter.FieldOperationType, String, Object[])
Instanziiert ein FieldOperator -Objekt für eine allgemeine dar, mit der Vorgang Feldtyp, Feldnamen und Auflistung von Operanden.
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.FieldOperationType, _
fieldName As String, _
ParamArray operands As Object() _
)
'Usage
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
)
Parameter
operation
Typ: Microsoft.Office.Project.Server.Library.Filter.FieldOperationTypeEin Vorgangstyp für den Operator dar.
fieldName
Typ: System.StringDer Name eines Felds.
operands
Typ: []Eine Auflistung von Operanden für den Operator dar.