Propriedade do RDL ObjectRenamedEventArgs.OldUrn
Property identifying the URN object before changing.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property OldUrn As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The Property identifying the URN object before changing.