Compartir a través de


ISqlIndex.IsUnique (Propiedad)

Obtiene o establece un valor que indica si el índice es único.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlIndex Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)