Свойство SfcBeforeObjectRenamedEventArgs.NewKey
Gets the SfcKey object that represents the new key. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public ReadOnly Property NewKey As SfcKey
Get
'Применение
Dim instance As SfcBeforeObjectRenamedEventArgs
Dim value As SfcKey
value = instance.NewKey
public SfcKey NewKey { get; }
public:
property SfcKey^ NewKey {
SfcKey^ get ();
}
member NewKey : SfcKey
function get NewKey () : SfcKey
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The SfcKey object that represents the new key.