Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initiates an internal refresh from the replication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Protected MustOverride Sub InternalRefresh ( _
load As Boolean _
)
'Usage
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
)
Parameters
- load
Type: System.Boolean
Indicates whether the loaded property exists.