Propriété IgnoreDuplicateKeys

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IgnoreDuplicateKeys As Boolean
    Get
'Utilisation
Dim instance As IRelationalIndex
Dim value As Boolean

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

Valeur de propriété

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