Share via


IRefreshable-Schnittstelle

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

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

Syntax

'Declaration
Public Interface IRefreshable
'Usage
Dim instance As IRefreshable
public interface IRefreshable
public interface class IRefreshable
type IRefreshable =  interface end
public interface IRefreshable

Der IRefreshable-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Refresh Refreshes object properties by reading them from the server.

Zum Anfang

Hinweise

The IRefreshable class is implemented by various instance classes.