Partager via


Propriété IsUnique

Gets a value that indicates whether the index is unique.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IsUnique As Boolean
    Get
'Utilisation
Dim instance As IRelationalIndex
Dim value As Boolean

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

Valeur de propriété

Type : System. . :: . .Boolean
true if the index is unique; otherwise, false.