Поделиться через


Свойство AssociatedIndex

Gets an object that represents the index that implements the constraint.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property AssociatedIndex As IRelationalIndex
    Get
'Применение
Dim instance As IUniqueConstraintBase
Dim value As IRelationalIndex

value = instance.AssociatedIndex
IRelationalIndex AssociatedIndex { get; }
property IRelationalIndex^ AssociatedIndex {
    IRelationalIndex^ get ();
}
abstract AssociatedIndex : IRelationalIndex
function get AssociatedIndex () : IRelationalIndex

Значение свойства

Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IRelationalIndex
A IRelationalIndex object that represents the index that implements the constraint.