Méthode ReplicationObject.InternalRefresh

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

Initiates an internal refresh from the replication.

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

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

Voir aussi

Référence

ReplicationObject Classe

Espace de noms Microsoft.SqlServer.Replication