Partager via


PropertyValidatorInt, constructeur (Boolean, array<Int32 )

Initialise une nouvelle instance de la classe PropertyValidatorInt à l'aide des valeurs fournies.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    allowNullOrEmpty As Boolean, _
    ParamArray validValues As Integer() _
)
public PropertyValidatorInt(
    bool allowNullOrEmpty,
    params int[] validValues
)
public:
PropertyValidatorInt(
    bool allowNullOrEmpty, 
    ... array<int>^ validValues
)
new : 
        allowNullOrEmpty:bool * 
        validValues:int[] -> PropertyValidatorInt
public function PropertyValidatorInt(
    allowNullOrEmpty : boolean, 
    ... validValues : int[]
)

Paramètres

  • allowNullOrEmpty
    Type : System.Boolean
    true pour autoriser une valeur nullune référence null (Nothing en Visual Basic) ; false pour interdire une valeur nullune référence null (Nothing en Visual Basic).
  • validValues
    Type : array<System.Int32[]
    Un ou plusieurs paramètres qui représentent des valeurs valides de type int.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValidatorInt Classe

PropertyValidatorInt, surcharge

Microsoft.Data.Schema.Build, espace de noms