Partilhar via


Propriedade do RDL SqlRenameStep.OldName

Gets the old name of the object

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property OldName As String 
    Get
'Uso
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

Valor da propriedade

Tipo: System.String

Consulte também

Referência

SqlRenameStep Classe

Namespace Microsoft.SqlServer.Dac.Deployment