Partilhar via


Propriedade do RDL IsUnique

Gets a value that indicates whether the index is unique.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
ReadOnly Property IsUnique As Boolean
    Get
'Uso
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

Valor da propriedade

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