Compartir a través de


ISqlUserDefinedDataType.IsNullable (Propiedad)

Obtiene o establece un valor que indica si el tipo acepta valores NULL.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property IsNullable As Boolean
    Get
    Set
bool IsNullable { get; set; }
property bool IsNullable {
    bool get ();
    void set (bool value);
}
abstract IsNullable : bool with get, set
function get IsNullable () : boolean
function set IsNullable (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlUserDefinedDataType Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)