Share via


SqlRenameStep.NewName Property

Gets the new name of the object

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

Syntax

'Declaration
Public ReadOnly Property NewName As String 
    Get
'Usage
Dim instance As SqlRenameStep 
Dim value As String 

value = instance.NewName
public string NewName { get; }
public:
property String^ NewName {
    String^ get ();
}
member NewName : string
function get NewName () : String

Property Value

Type: System.String

See Also

Reference

SqlRenameStep Class

Microsoft.SqlServer.Dac.Deployment Namespace