Freigeben über


PropertyValidatorInt-Konstruktor (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, _
    minValue As Integer, _
    maxValue As Integer _
)
public PropertyValidatorInt(
    bool allowNullOrEmpty,
    int minValue,
    int maxValue
)
public:
PropertyValidatorInt(
    bool allowNullOrEmpty, 
    int minValue, 
    int maxValue
)
new : 
        allowNullOrEmpty:bool * 
        minValue:int * 
        maxValue:int -> PropertyValidatorInt
public function PropertyValidatorInt(
    allowNullOrEmpty : boolean, 
    minValue : int, 
    maxValue : int
)

Parameter

  • allowNullOrEmpty
    Typ: System.Boolean
    true , um einen nullNULL-Verweis (Nothing in Visual Basic)-Wert zuzulassen, false, um einen nullNULL-Verweis (Nothing in Visual Basic)-Wert nicht zuzulassen.
  • 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

Siehe auch

Referenz

PropertyValidatorInt Klasse

PropertyValidatorInt-Überladung

Microsoft.Data.Schema.Build-Namespace