Freigeben über


ISqlIndex.DoIgnoreDuplicateKey-Eigenschaft

Ruft einen Wert ab, der angibt, ob doppelte Schlüssel ignoriert werden sollen, oder legt den Wert fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property DoIgnoreDuplicateKey As Boolean
    Get
    Set
bool DoIgnoreDuplicateKey { get; set; }
property bool DoIgnoreDuplicateKey {
    bool get ();
    void set (bool value);
}
abstract DoIgnoreDuplicateKey : bool with get, set
function get DoIgnoreDuplicateKey () : boolean
function set DoIgnoreDuplicateKey (value : boolean)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlIndex Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace