ISqlIndex.IsUnique Property

Gets or sets whether index is unique.

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

Syntax

'Declaration
Property IsUnique As Boolean
    Get
    Set
'Usage
Dim instance As ISqlIndex
Dim value As Boolean

value = instance.IsUnique

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

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlIndex Interface

ISqlIndex Members

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