RenameImpl 方法
标识为仅供参考。不提供支持。不保证以后的兼容性。
命名空间: 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.