Share via


IMutableRelationalIndex.IgnoreDuplicateKeys Property

Gets or sets a value that indicates whether the index ignores duplicate keys.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Property IgnoreDuplicateKeys As Boolean
    Get
    Set
'Usage
Dim instance As IMutableRelationalIndex
Dim value As Boolean

value = instance.IgnoreDuplicateKeys

instance.IgnoreDuplicateKeys = value
bool IgnoreDuplicateKeys { get; set; }
property bool IgnoreDuplicateKeys {
    bool get ();
    void set (bool value);
}
abstract IgnoreDuplicateKeys : bool with get, set
function get IgnoreDuplicateKeys () : boolean
function set IgnoreDuplicateKeys (value : boolean)

Property Value

Type: System.Boolean
true to ignore duplicate keys; otherwise, false.

Implements

IRelationalIndex.IgnoreDuplicateKeys