Udostępnij za pośrednictwem


Właściwość Database.ConcatenateNullYieldsNull

Pobiera lub ustawia wartość właściwość, która określa, czy opcja CONCAT_NULL_YIELDS_NULL bazy danych jest aktywny.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property ConcatenateNullYieldsNull As Boolean
    Get
    Set
'Użycie
Dim instance As Database
Dim value As Boolean

value = instance.ConcatenateNullYieldsNull

instance.ConcatenateNullYieldsNull = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool ConcatenateNullYieldsNull { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
virtual property bool ConcatenateNullYieldsNull {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
abstract ConcatenateNullYieldsNull : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
override ConcatenateNullYieldsNull : bool with get, set
final function get ConcatenateNullYieldsNull () : boolean
final function set ConcatenateNullYieldsNull (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean , który określa czy ConcatenateNullYieldsNull opcja bazy danych jest aktywny.Jeśli True, w wyniku łączenia jest NULL.Jeśli False (domyślnie), wartość jest łączone z zero ciąg.

Implementacje

IDatabaseOptions.ConcatenateNullYieldsNull

Uwagi

Właściwość ta określa, czy wartość jest tak łączone z wartością null wyniki wartość null lub ciąg o zerowej.