Share via


ISql90Aggregate.IsInvariantToDuplicates Property

Gets or sets a value that models the IsInvariantToDuplicates property of the SqlUserDefinedAggregateAttribute for the aggregate.

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

Syntax

'Declaration
Property IsInvariantToDuplicates As Nullable(Of Boolean)
Nullable<bool> IsInvariantToDuplicates { get; set; }
property Nullable<bool> IsInvariantToDuplicates {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
abstract IsInvariantToDuplicates : Nullable<bool> with get, set
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

Microsoft.Data.Schema.Sql.SchemaModel Namespace