Condividi tramite


Metodo ReplicationObject.InternalRefresh

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Initiates an internal refresh from the replication.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

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

Parametri

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

Vedere anche

Riferimento

ReplicationObject Classe

Spazio dei nomi Microsoft.SqlServer.Replication