Refresh 메서드
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo.dll의 Microsoft.SqlServer.ConnectionInfo
구문
‘선언
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.