ReplicationObject.InternalRefresh Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Initiates an internal refresh from the replication.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
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.