Freigeben über


PropertyValidatorInt-Konstruktor (array<Int32 )

Initialisiert eine neue Instanz der PropertyValidatorInt-Klasse unter Verwendung des bereitgestellten Arrays gültiger Werte.

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

Syntax

'Declaration
Public Sub New ( _
    ParamArray validValues As Integer() _
)
public PropertyValidatorInt(
    params int[] validValues
)
public:
PropertyValidatorInt(
    ... array<int>^ validValues
)
new : 
        validValues:int[] -> PropertyValidatorInt
public function PropertyValidatorInt(
    ... validValues : int[]
)

Parameter

  • 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