ColumnConfigAnnotation.AcceptsNullValues (Propiedad)

Obtiene un valor que indica si la columna puede aceptar valores nullreferencia null (Nothing en Visual Basic).

Espacio de nombres:  Microsoft.Data.Schema.Tools.DataGenerator
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
true si la columna puede aceptar valores nullreferencia null (Nothing en Visual Basic); de lo contrario, false.

Seguridad de .NET Framework

Vea también

Referencia

ColumnConfigAnnotation Clase

Microsoft.Data.Schema.Tools.DataGenerator (Espacio de nombres)