Compartir a través de


ISql90Aggregate.IsInvariantToNulls (Propiedad)

Obtiene o establece un valor que modela la propiedad IsInvariantToNulls de SqlUserDefinedAggregateAttribute para el agregado.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

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

Valor de propiedad

Tipo: System.Nullable<Boolean>

Seguridad de .NET Framework

Vea también

Referencia

ISql90Aggregate Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)