Freigeben über


PropertyValidatorBool-Konstruktor (Boolean)

Initialisiert eine neue Instanz der PropertyValidatorBool-Klasse, wobei der bereitgestellte Hinweis verwendet wird, ob der Wert nullNULL-Verweis (Nothing in Visual Basic) oder leer sein kann.

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

Syntax

'Declaration
Public Sub New ( _
    allowNullOrEmpty As Boolean _
)
public PropertyValidatorBool(
    bool allowNullOrEmpty
)
public:
PropertyValidatorBool(
    bool allowNullOrEmpty
)
new : 
        allowNullOrEmpty:bool -> PropertyValidatorBool
public function PropertyValidatorBool(
    allowNullOrEmpty : boolean
)

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.

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValidatorBool Klasse

PropertyValidatorBool-Überladung

Microsoft.Data.Schema.Build-Namespace