IRefreshable.Refresh Method

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.

See Also

Reference

IRefreshable Interface

Microsoft.SqlServer.Management.Common Namespace