Proprietà ISql90Aggregate.IsNullIfEmpty

Ottiene o imposta un valore che modella la proprietà IsNullIfEmpty dell'oggetto SqlUserDefinedAggregateAttribute per l'aggregazione.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>)

Valore proprietà

Tipo: System.Nullable<Boolean>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Aggregate Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel