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()

구현

IRefreshable.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.

참고 항목

참조

ServerAdapterBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스