Freigeben über


ReplicationObject.InternalRefresh-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Initiates an internal refresh from the replication.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Protected MustOverride Sub InternalRefresh ( _
    load As Boolean _
)
'Usage
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
)

Parameter

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

Siehe auch

Verweis

ReplicationObject Klasse

Microsoft.SqlServer.Replication-Namespace