ISql90Aggregate.IsNullIfEmpty (Propiedad)
Obtiene o establece un valor que modela la propiedad IsNullIfEmpty 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 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>)
Valor de propiedad
Tipo: System.Nullable<Boolean>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.