Freigeben über


PropertyValidatorInt-Konstruktor (Boolean, array<Int32 )

Initialisiert eine neue Instanz der PropertyValidatorInt-Klasse unter Verwendung der bereitgestellten Werte.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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[]
)

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.
  • validValues
    Typ: array<System.Int32[]
    Ein oder mehrere Parameter, die gültige Werte des int-Typs darstellen.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValidatorInt Klasse

PropertyValidatorInt-Überladung

Microsoft.Data.Schema.Build-Namespace