PullSubscription.CustomEnabledForSyncMgr-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Enables the custom publication for synchronous manager.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Protected MustOverride Sub CustomEnabledForSyncMgr ( _
command As StringBuilder _
)
'Usage
Dim command As StringBuilder
Me.CustomEnabledForSyncMgr(command)
protected abstract void CustomEnabledForSyncMgr(
StringBuilder command
)
protected:
virtual void CustomEnabledForSyncMgr(
StringBuilder^ command
) abstract
abstract CustomEnabledForSyncMgr :
command:StringBuilder -> unit
protected abstract function CustomEnabledForSyncMgr(
command : StringBuilder
)
Parameter
- command
Typ: System.Text.StringBuilder
The command.