Compartilhar via


Filter.FieldOperator construtor (Filter.FieldOperationType, String, Object[])

Instancia um objeto FieldOperator em um campo geral, com o tipo de operação de campo, o nome do campo e a coleção de operandos.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (em Microsoft.Office.Project.Server.Library.dll)

Sintaxe

'Declaração
Public Sub New ( _
    operation As Filter.FieldOperationType, _
    fieldName As String, _
    ParamArray operands As Object() _
)
'Uso
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
)

Parâmetros

  • operands
    Tipo: []

    Uma coleção de operandos para o operador de campo.

Ver também

Referência

Filter.FieldOperator classe

Filter.FieldOperator membros

Filter.FieldOperator em sobrecarga

Microsoft.Office.Project.Server.Library namespace