PropertyValidatorInt-Konstruktor (Boolean, Boolean, Int32, Int32)
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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
)
Parameter
- allowNullOrEmpty
Typ: System.Boolean
true , um einen nullNULL-Verweis (Nothing in Visual Basic)-Wert zuzulassen, false, um keinen nullNULL-Verweis (Nothing in Visual Basic)-Wert zuzulassen.
- allowZero
Typ: System.Boolean
true , um den Wert 0 (null) zuzulassen, false, um einen Wert ungleich 0 (null) erforderlich zu machen.
- minValue
Typ: System.Int32
Ein int, der den gültigen Mindestwert darstellt.
- maxValue
Typ: System.Int32
Ein int, der den gültigen Höchstwert darstellt.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.