Share via


IIndex.IgnoreDuplicateKeys Property

Gets 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
ReadOnly Property IgnoreDuplicateKeys As Boolean 
    Get
'Usage
Dim instance As IIndex 
Dim value As Boolean 

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

Property Value

Type: System.Boolean
true if the index ignores duplicate keys; otherwise, false.

See Also

Reference

IIndex Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace