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


Свойство AbstractIdentityKey

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Protected Friend Property AbstractIdentityKey As SfcKey
    Get
    Set
'Применение
Dim value As SfcKey

value = Me.AbstractIdentityKey

Me.AbstractIdentityKey = value
protected internal SfcKey AbstractIdentityKey { get; set; }
protected public:
property SfcKey^ AbstractIdentityKey {
    SfcKey^ get ();
    void set (SfcKey^ value);
}
member AbstractIdentityKey : SfcKey with get, set
function get AbstractIdentityKey () : SfcKey
function set AbstractIdentityKey (value : SfcKey)

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

Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
The abstract key identifier.