Свойство IndexKey
Gets the index key that is associated with the index.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property IndexKey As IUniqueConstraintBase
Get
'Применение
Dim instance As IRelationalIndex
Dim value As IUniqueConstraintBase
value = instance.IndexKey
IUniqueConstraintBase IndexKey { get; }
property IUniqueConstraintBase^ IndexKey {
IUniqueConstraintBase^ get ();
}
abstract IndexKey : IUniqueConstraintBase
function get IndexKey () : IUniqueConstraintBase
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IUniqueConstraintBase
The IUniqueConstraintBase object that represents the index key that is associated with the index.