Share via


ISql90SpecifiesIndex.DoIgnoreDuplicateKey Property

Gets or sets whether to ignore a duplicate key.

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

Syntax

'Declaration
Property DoIgnoreDuplicateKey As Boolean
    Get
    Set
'Usage
Dim instance As ISql90SpecifiesIndex
Dim value As Boolean

value = instance.DoIgnoreDuplicateKey

instance.DoIgnoreDuplicateKey = value
bool DoIgnoreDuplicateKey { get; set; }
property bool DoIgnoreDuplicateKey {
    bool get ();
    void set (bool value);
}
function get DoIgnoreDuplicateKey () : boolean
function set DoIgnoreDuplicateKey (value : boolean)
abstract DoIgnoreDuplicateKey : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90SpecifiesIndex Interface

ISql90SpecifiesIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace