PropertyValidatorInt, constructeur (Boolean, Boolean, Int32, Int32)
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, _
allowZero As Boolean, _
minValue As Integer, _
maxValue As Integer _
)
public PropertyValidatorInt(
bool allowNullOrEmpty,
bool allowZero,
int minValue,
int maxValue
)
public:
PropertyValidatorInt(
bool allowNullOrEmpty,
bool allowZero,
int minValue,
int maxValue
)
new :
allowNullOrEmpty:bool *
allowZero:bool *
minValue:int *
maxValue:int -> PropertyValidatorInt
public function PropertyValidatorInt(
allowNullOrEmpty : boolean,
allowZero : boolean,
minValue : int,
maxValue : 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).
- allowZero
Type : System.Boolean
true pour autoriser une valeur zéro ; false pour exiger une valeur différente de zéro.
- minValue
Type : System.Int32
int qui représente la valeur valide minimale.
- maxValue
Type : System.Int32
int qui représente la valeur valide maximale.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.