Proprietà OldName
Gets the old name of the object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property OldName As String
Get
'Utilizzo
Dim instance As ObjectRenamedEventArgs
Dim value As String
value = instance.OldName
public string OldName { get; }
public:
property String^ OldName {
String^ get ();
}
member OldName : string
function get OldName () : String
Valore proprietà
Tipo: System. . :: . .String
A String value that specifies the old name of the object.
Vedere anche