Filter.FieldOperator - Constructeur (Filter.FieldOperationType, String, Object[])
Instancie un objet FieldOperator pour un champ général, avec le type d'opération de champ, le nom de champ et collecte des opérandes.
Espace de noms : Microsoft.Office.Project.Server.Library
Assembly : Microsoft.Office.Project.Server.Library (dans Microsoft.Office.Project.Server.Library.dll)
Syntaxe
'Déclaration
Public Sub New ( _
operation As Filter.FieldOperationType, _
fieldName As String, _
ParamArray operands As Object() _
)
'Utilisation
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
)
Paramètres
operation
Type : Microsoft.Office.Project.Server.Library.Filter.FieldOperationTypeType d'opération de l'opérateur de champ.
fieldName
Type : System.StringLe nom d'un champ.
operands
Type : []Collection des opérandes de l'opérateur de champ.
Voir aussi
Référence
Filter.FieldOperator - Membres