Compartir a través de


SfcAfterObjectRenamedEventArgs.OldKey Propiedad

Gets the SfcKey object that represents the old key of the object. 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 OldKey As SfcKey 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

SfcAfterObjectRenamedEventArgs Clase

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