Partager via


Propriété SqlRenameStep.OldName

Gets the old name of the object

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property OldName As String 
    Get
'Utilisation
Dim instance As SqlRenameStep 
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 propriété

Type : System.String

Voir aussi

Référence

SqlRenameStep Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment