Condividi tramite


Proprietà SqlRenameStep.NewName

Gets the new name of the object

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property NewName As String 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.String

Vedere anche

Riferimento

SqlRenameStep Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment