Dela via


ISql90Aggregate.IsInvariantToNulls Property

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

Syntax

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

value = instance.IsInvariantToNulls

instance.IsInvariantToNulls = value
Nullable<bool> IsInvariantToNulls { get; set; }
property Nullable<bool> IsInvariantToNulls {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsInvariantToNulls () : Nullable<boolean>
function set IsInvariantToNulls (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