Refresh 메서드
Refreshes object properties by reading them from the server.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Sub Refresh
‘사용 방법
Dim instance As IRefreshable
instance.Refresh()
void Refresh()
void Refresh()
abstract Refresh : unit -> unit
function Refresh()
주의
The Refresh method clears the local properties, extended properties, and permissions cache. Then, it reloads properties from the server.
If the object has been dropped, this method throws the FailedOperationException exception.
Object state transitions are completed before clearing the local cache.