PullSubscription.CustomEnabledForSyncMgr Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- command
Type: System.Text.StringBuilder