Proprietà ObjectRenamedEventArgs.OldUrn
Property identifying the URN object before changing.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property OldUrn As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
The Property identifying the URN object before changing.