NamedSmoObject.RenameImpl 方法
This method supports the SMO infrastructure and is not intended to be used directly from your code.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Protected Sub RenameImpl ( _
newName As String _
)
'用途
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
)
參數
- newName
型別:System.String
A string value that specifies the new name.