Compartir a través de


SfcBeforeObjectRenamedEventArgs.NewKey Propiedad

Gets the SfcKey object that represents the new key. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public ReadOnly Property NewKey As SfcKey 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

SfcBeforeObjectRenamedEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc