ServerAdapterBase.Refresh Método
Updates the object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Overridable Sub Refresh
'Uso
Dim instance As ServerAdapterBase
instance.Refresh()
public virtual void Refresh()
public:
virtual void Refresh()
abstract Refresh : unit -> unit
override Refresh : unit -> unit
public function Refresh()
Implementa
Comentarios
The Refresh method updates the object properties from the instance of SQL Server. For information about refreshing data programmatically, see SQL Server Native Client Concepts.