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.