Proprietà SfcAfterObjectRenamedEventArgs.OldKey

Gets the SfcKey object that represents the old key of the object. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property OldKey As SfcKey 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SfcAfterObjectRenamedEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc