Właściwość IUniqueConstraintBase.AssociatedIndex
Pobiera obiekt reprezentujący indeksu, który implementuje ograniczenia.
Przestrzeń nazw: Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw: Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)
Składnia
'Deklaracja
ReadOnly Property AssociatedIndex As IRelationalIndex
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.SqlParser.Metadata.IRelationalIndex
A IRelationalIndex obiekt, który reprezentuje indeksu, który implementuje ograniczenia.
Zobacz także