RenameImplWorker méthode
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 (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Sub RenameImplWorker ( _
newName As String _
)
'Utilisation
Dim newName As String
Me.RenameImplWorker(newName)
protected void RenameImplWorker(
string newName
)
protected:
void RenameImplWorker(
String^ newName
)
member RenameImplWorker :
newName:string -> unit
protected function RenameImplWorker(
newName : String
)
Paramètres
- newName
Type : System. . :: . .String
Voir aussi