Propriedade do RDL SqlRenameStep.NewName
Gets the new name of the object
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)
Sintaxe
'Declaração
Public ReadOnly Property NewName As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String