ServerAdapterBase.Refresh 方法
Updates the object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Overridable Sub Refresh
'用途
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()
實作
備註
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.