OldName propriété
Gets the old name of the object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property OldName As String
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .String
A String value that specifies the old name of the object.