Share via


SqlRenameStep.NewName Property

Gets the new name of the element that is renamed.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property NewName As String
public string NewName { get; }
public:
property String^ NewName {
    String^ get ();
}
member NewName : string
function get NewName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlRenameStep Class

Microsoft.Data.Schema.Sql.Build Namespace