Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
.gif)