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


Свойство OldKey

Gets the SfcKey object that represents the old key of the object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Public ReadOnly Property OldKey As SfcKey
    Get
'Применение
Dim instance As SfcAfterObjectRenamedEventArgs
Dim value As SfcKey

value = instance.OldKey
public SfcKey OldKey { get; }
public:
property SfcKey^ OldKey {
    SfcKey^ get ();
}
member OldKey : SfcKey
function get OldKey () : SfcKey

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

Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
The SfcKey object that represents the old key of the object.