Método PullSubscription.CustomEnabledForSyncMgr
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Enables the custom publication for synchronous manager.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
Protected MustOverride Sub CustomEnabledForSyncMgr ( _
command As StringBuilder _
)
'Uso
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
)
Parâmetros
- command
Tipo: System.Text.StringBuilder
The command.