Share via


Index.IgnoreDuplicateKeys Property

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

Namespace:  Microsoft.Web.Management.DatabaseManager
Assembly:  Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)

Syntax

'Declaration
Public Property IgnoreDuplicateKeys As Boolean
'Usage
Dim instance As Index
Dim value As Boolean

value = instance.IgnoreDuplicateKeys

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

Property Value

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

Permissions

See Also

Reference

Index Class

Microsoft.Web.Management.DatabaseManager Namespace