Metodo RenameImpl
This method supports the SMO infrastructure and is not intended to be used directly from your code.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Sub RenameImpl ( _
newName As String _
)
'Utilizzo
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
)
Parametri
- newName
Tipo: System. . :: . .String
Vedere anche