Méthode PullSubscription.CustomEnabledForSyncMgr
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Enables the custom publication for synchronous manager.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Protected MustOverride Sub CustomEnabledForSyncMgr ( _
command As StringBuilder _
)
'Utilisation
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
)
Paramètres
- command
Type : System.Text.StringBuilder
The command.