Freigeben über


ColumnConfigAnnotation.AcceptsNullValues-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Spalte nullNULL-Verweis (Nothing in Visual Basic)-Werte akzeptieren kann.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property AcceptsNullValues As Boolean
    Get
    Set
public bool AcceptsNullValues { get; set; }
public:
property bool AcceptsNullValues {
    bool get ();
    void set (bool value);
}
member AcceptsNullValues : bool with get, set
function get AcceptsNullValues () : boolean
function set AcceptsNullValues (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true , wenn die Spalte nullNULL-Verweis (Nothing in Visual Basic)-Werte akzeptiert, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ColumnConfigAnnotation Klasse

Microsoft.Data.Schema.Tools.DataGenerator-Namespace