Metodo NamedSmoObject.ExecuteRenameQuery
Executes the rename query for the object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Overridable Sub ExecuteRenameQuery ( _
newName As String _
)
'Utilizzo
Dim newName As String
Me.ExecuteRenameQuery(newName)
protected virtual void ExecuteRenameQuery(
string newName
)
protected:
virtual void ExecuteRenameQuery(
String^ newName
)
abstract ExecuteRenameQuery :
newName:string -> unit
override ExecuteRenameQuery :
newName:string -> unit
protected function ExecuteRenameQuery(
newName : String
)
Parametri
- newName
Tipo: System.String
The name of the object.