Propriété ObjectRenamedEventArgs.OldUrn
Property identifying the URN object before changing.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property OldUrn As String
Get
'Utilisation
Dim instance As ObjectRenamedEventArgs
Dim value As String
value = instance.OldUrn
public string OldUrn { get; }
public:
property String^ OldUrn {
String^ get ();
}
member OldUrn : string
function get OldUrn () : String
Valeur de propriété
Type : System.String
The Property identifying the URN object before changing.