Share via


PullSubscription.CustomEnabledForSyncMgr Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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
)

Parameters

See Also

Reference

PullSubscription Class

Microsoft.SqlServer.Replication Namespace