Propriété SfcAfterObjectMovedEventArgs.OldUrn

Gets the previous URN 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 OldUrn As Urn 
    Get
'Utilisation
Dim instance As SfcAfterObjectMovedEventArgs 
Dim value As Urn 

value = instance.OldUrn
public Urn OldUrn { get; }
public:
property Urn^ OldUrn {
    Urn^ get ();
}
member OldUrn : Urn
function get OldUrn () : Urn

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The previous URN of the object.

Voir aussi

Référence

SfcAfterObjectMovedEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc