Condividi tramite


Proprietà ISqlIndex.IsUnique

Ottiene o imposta un valore che indica se l'indice è univoco.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlIndex Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel