共用方式為


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.