Método ReplicationObject.InternalRefresh
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Initiates an internal refresh from the replication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
Protected MustOverride Sub InternalRefresh ( _
load As Boolean _
)
'Uso
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
)
Parâmetros
- load
Tipo: System.Boolean
Indicates whether the loaded property exists.