Méthode NamedSmoObject.RenameImpl
This method supports the SMO infrastructure and is not intended to be used directly from your code.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Sub RenameImpl ( _
newName As String _
)
'Utilisation
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
)
Paramètres
- newName
Type : System.String
A string value that specifies the new name.