Interface IRefreshable
Defines a method to refresh an object from the server on the referenced connection.
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Public Interface IRefreshable
'Utilisation
Dim instance As IRefreshable
public interface IRefreshable
public interface class IRefreshable
type IRefreshable = interface end
public interface IRefreshable
Le type IRefreshable expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Refresh | Refreshes object properties by reading them from the server. |
Haut de la page
Notes
The IRefreshable class is implemented by various instance classes.