Freigeben über


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

  • operands
    Typ: []

    Eine Auflistung von Operanden für den Operator dar.

Siehe auch

Referenz

Filter.FieldOperator Klasse

Filter.FieldOperator-Member

Filter.FieldOperator-Überladung

Microsoft.Office.Project.Server.Library-Namespace