Interface IRefreshable

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

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxe

'Declaração
Public Interface IRefreshable
'Uso
Dim instance As IRefreshable
public interface IRefreshable
public interface class IRefreshable
type IRefreshable =  interface end
public interface IRefreshable

O tipo IRefreshable expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Refresh Refreshes object properties by reading them from the server.

Início

Comentários

The IRefreshable class is implemented by various instance classes.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Common