Condividi tramite


Proprietà SqlRenameStep.OldName

Ottiene il nome precedente dell'elemento che è rinominato.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property OldName As String
    Get
public string OldName { get; }
public:
property String^ OldName {
    String^ get ();
}
member OldName : string
function get OldName () : String

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlRenameStep Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.Build