Свойство SfcProperty.IdentityKey
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property IdentityKey As Boolean
Get
'Применение
Dim instance As SfcProperty
Dim value As Boolean
value = instance.IdentityKey
public bool IdentityKey { get; }
public:
property bool IdentityKey {
bool get ();
}
member IdentityKey : bool
function get IdentityKey () : boolean
Значение свойства
Тип: System.Boolean
true if an identity key appears in the property; otherwise, false.