IRefreshable 接口

定义一个方法,该方法用于刷新所引用连接上的服务器中的某个对象。

命名空间:  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 通过从服务器读取对象的属性来刷新它们。

顶部

注释

IRefreshable 类由各种事例类实现。

请参阅

参考

Microsoft.SqlServer.Management.Common 命名空间