Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.