Share via


SfcBeforeObjectRenamedEventArgs.NewKey Property

Gets the SfcKey object that represents the new key. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property NewKey As SfcKey 
    Get
'Usage
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

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The SfcKey object that represents the new key.

See Also

Reference

SfcBeforeObjectRenamedEventArgs Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace