Propriété SfcAfterObjectRenamedEventArgs.OldKey
Gets the SfcKey object that represents the old key of the object. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property OldKey As SfcKey
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The SfcKey object that represents the old key of the object.