NamedSmoObject.RenameImpl Método
This method supports the SMO infrastructure and is not intended to be used directly from your code.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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.