Método RenameImpl
Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.
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.