Dela via


ISql90Aggregate.IsNullIfEmpty Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsNullIfEmpty As Nullable(Of Boolean)
'Usage
Dim instance As ISql90Aggregate 
Dim value As Nullable(Of Boolean)

value = instance.IsNullIfEmpty

instance.IsNullIfEmpty = value
Nullable<bool> IsNullIfEmpty { get; set; }
property Nullable<bool> IsNullIfEmpty {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsNullIfEmpty () : Nullable<boolean>
function set IsNullIfEmpty (value : Nullable<boolean>)

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql90Aggregate Interface

ISql90Aggregate Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace