Share via


Méthode Refresh

Updates the object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Overridable Sub Refresh
'Utilisation
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()

Implémente

IRefreshable. . :: . .Refresh() () () ()

Notes

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.