Свойство KeyIndex
Gets or sets the property key index. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Property KeyIndex As Short
Get
Set
'Применение
Dim instance As ObjectProperty
Dim value As Short
value = instance.KeyIndex
instance.KeyIndex = value
public short KeyIndex { get; set; }
public:
property short KeyIndex {
short get ();
void set (short value);
}
member KeyIndex : int16 with get, set
function get KeyIndex () : short
function set KeyIndex (value : short)
Значение свойства
Тип: System. . :: . .Int16
A value that represents the property key index.