Freigeben über


Filter.FieldOperator-Konstruktor (Filter.FieldOperationType, Filter.MatchType, Guid, Filter.PropertyTypeEnum, Object[])

Instanziiert ein FieldOperator -Objekt für ein benutzerdefiniertes Feld, mit dem Vorgang Feldtyp Übereinstimmungstyp, GUID des benutzerdefinierten Felds, Eigenschaftentyp 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, _
    matchType As Filter.MatchType, _
    customFieldGuid As Guid, _
    propertyType As Filter.PropertyTypeEnum, _
    ParamArray operands As Object() _
)
'Usage
Dim operation As Filter.FieldOperationType
Dim matchType As Filter.MatchType
Dim customFieldGuid As Guid
Dim propertyType As Filter.PropertyTypeEnum
Dim operands As Object()

Dim instance As New Filter.FieldOperator(operation, _
    matchType, customFieldGuid, propertyType, _
    operands)
public FieldOperator(
    Filter.FieldOperationType operation,
    Filter.MatchType matchType,
    Guid customFieldGuid,
    Filter.PropertyTypeEnum propertyType,
    params Object[] operands
)

Parameter

  • customFieldGuid
    Typ: System.Guid

    Die GUID für das benutzerdefinierte Feld.

  • 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