IRefreshable 接口

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

命名空间:  Microsoft.SqlServer.Management.Common
程序集:  Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)

语法

声明
Public Interface IRefreshable
用法
Dim instance As IRefreshable
public interface IRefreshable
public interface class IRefreshable
type IRefreshable =  interface end
public interface IRefreshable

IRefreshable 类型公开以下成员。

方法

  名称 说明
公共方法 Refresh Refreshes object properties by reading them from the server.

页首

注释

The IRefreshable class is implemented by various instance classes.

请参阅

参考

Microsoft.SqlServer.Management.Common 命名空间