Proprietà IgnoreDuplicateKeys
Gets or sets a value that indicates whether the index ignores duplicate keys.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Property IgnoreDuplicateKeys As Boolean
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .Boolean
true to ignore duplicate keys; otherwise, false.