Compartir a través de


AnsiNullDefault Propiedad

Gets or sets AnsiNullDefault Property.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property AnsiNullDefault As Boolean
    Get
    Set
'Uso
Dim instance As Database
Dim value As Boolean

value = instance.AnsiNullDefault

instance.AnsiNullDefault = value
[SfcPropertyAttribute]
public bool AnsiNullDefault { get; set; }
[SfcPropertyAttribute]
public:
virtual property bool AnsiNullDefault {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute>]
abstract AnsiNullDefault : bool with get, set
[<SfcPropertyAttribute>]
override AnsiNullDefault : bool with get, set
final function get AnsiNullDefault () : boolean
final function set AnsiNullDefault (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the AnsiNullDefault database option is active. If True, user-defined data types default to allowing NULL values. Otherwise, False (default).

Implementa

IDatabaseOptions. . :: . .AnsiNullDefault