Share via


Méthode InternalRefresh

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Protected MustOverride Sub InternalRefresh ( _
    load As Boolean _
)
'Utilisation
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
)

Paramètres