Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Refreshes object properties by reading them from the server.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Sub Refresh
'Usage
Dim instance As IRefreshable
instance.Refresh()
void Refresh()
void Refresh()
abstract Refresh : unit -> unit
function Refresh()
Remarks
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.