IRefreshable Interface
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
The IRefreshable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Refresh | Refreshes object properties by reading them from the server. |
Top
Remarks
The IRefreshable class is implemented by various instance classes.