Partilhar via


Método NamedSmoObject.RenameImpl

This method supports the SMO infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Protected Sub RenameImpl ( _
    newName As String _
)
'Uso
Dim newName As String 

Me.RenameImpl(newName)
protected void RenameImpl(
    string newName
)
protected:
void RenameImpl(
    String^ newName
)
member RenameImpl : 
        newName:string -> unit
protected function RenameImpl(
    newName : String
)

Parâmetros

  • newName
    Tipo: System.String
    A string value that specifies the new name.

Consulte também

Referência

NamedSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo