Dela via


ISql90Aggregate.IsInvariantToDuplicates Property

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

Syntax

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

value = instance.IsInvariantToDuplicates

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