共用方式為


ReplicationObject.InternalRefresh 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Initiates an internal refresh from the replication.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Protected MustOverride Sub InternalRefresh ( _
    load As Boolean _
)
'用途
Dim load As Boolean 

Me.InternalRefresh(load)
protected abstract void InternalRefresh(
    bool load
)
protected:
virtual void InternalRefresh(
    bool load
) abstract
abstract InternalRefresh : 
        load:bool -> unit
protected abstract function InternalRefresh(
    load : boolean
)

參數

  • load
    型別:System.Boolean
    Indicates whether the loaded property exists.

請參閱

參考

ReplicationObject 類別

Microsoft.SqlServer.Replication 命名空間