Sdílet prostřednictvím


ISql90Aggregate.IsNullIfEmpty – vlastnost

Získá nebo nastaví hodnotu, která modely vlastnost IsNullIfEmpty SqlUserDefinedAggregateAttribute pro agregaci.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Property IsNullIfEmpty As Nullable(Of Boolean)
    Get
    Set
Nullable<bool> IsNullIfEmpty { get; set; }
property Nullable<bool> IsNullIfEmpty {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsNullIfEmpty : Nullable<bool> with get, set
function get IsNullIfEmpty () : Nullable<boolean>
function set IsNullIfEmpty (value : Nullable<boolean>)

Hodnota vlastnosti

Typ: System.Nullable<Boolean>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90Aggregate Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů