Compartir a través de


SqlRenameStep.OldName Propiedad

Gets the old name of the object

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.String

Vea también

Referencia

SqlRenameStep Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment