Partilhar via


Propriedade ISqlUserDefinedDataType.IsNullable

Obtém ou define um valor que indica se o tipo é anulável.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlUserDefinedDataType Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel