Interfaz IRefreshable

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

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public Interface IRefreshable
'Uso
Dim instance As IRefreshable
public interface IRefreshable
public interface class IRefreshable
type IRefreshable =  interface end
public interface IRefreshable

El tipo IRefreshable expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público Refresh Refreshes object properties by reading them from the server.

Arriba

Comentarios

The IRefreshable class is implemented by various instance classes.