Partager via


PropertyValidatorList, constructeur (Boolean, array<String )

Initialise une nouvelle instance de la classe PropertyValidatorList à l'aide des valeurs fournies.

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, _
    ParamArray validValues As String() _
)
public PropertyValidatorList(
    bool allowNullOrEmpty,
    params string[] validValues
)
public:
PropertyValidatorList(
    bool allowNullOrEmpty, 
    ... array<String^>^ validValues
)
new : 
        allowNullOrEmpty:bool * 
        validValues:string[] -> PropertyValidatorList
public function PropertyValidatorList(
    allowNullOrEmpty : boolean, 
    ... validValues : String[]
)

Paramètres

  • allowNullOrEmpty
    Type : System.Boolean
    true si la valeur peut être nullune référence null (Nothing en Visual Basic) ; sinon, false.
  • validValues
    Type : array<System.String[]
    Un ou plusieurs paramètres qui représentent des valeurs string valides.

Sécurité .NET Framework

Voir aussi

Référence

PropertyValidatorList Classe

PropertyValidatorList, surcharge

Microsoft.Data.Schema.Build, espace de noms