Metodo IRefreshable.Refresh

Refreshes object properties by reading them from the server.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Sub Refresh
'Utilizzo
Dim instance As IRefreshable

instance.Refresh()
void Refresh()
void Refresh()
abstract Refresh : unit -> unit
function Refresh()

Osservazioni

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.

Vedere anche

Riferimento

IRefreshable Interfaccia

Spazio dei nomi Microsoft.SqlServer.Management.Common