NamedSmoObject.ExecuteRenameQuery 方法
Executes the rename query for the object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Protected Overridable Sub ExecuteRenameQuery ( _
newName As String _
)
'用途
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
)
參數
- newName
型別:System.String
The name of the object.