Interfaccia IRefreshable

Defines a method to refresh an object from the server on the referenced connection.

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

Sintassi

'Dichiarazione
Public Interface IRefreshable
'Utilizzo
Dim instance As IRefreshable
public interface IRefreshable
public interface class IRefreshable
type IRefreshable =  interface end
public interface IRefreshable

Nel tipo IRefreshable sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Refresh Refreshes object properties by reading them from the server.

Torna all'inizio

Osservazioni

The IRefreshable class is implemented by various instance classes.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Common