Partilhar via


Propriedade do RDL IgnoreDuplicateKeys

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

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

Sintaxe

'Declaração
Property IgnoreDuplicateKeys As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IRelationalIndex. . :: . .IgnoreDuplicateKeys