Share via


PullSubscription.CustomEnabledForSyncMgr 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Enables the custom publication for synchronous manager.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Protected MustOverride Sub CustomEnabledForSyncMgr ( _
    command As StringBuilder _
)
‘사용 방법
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
)

매개 변수

참고 항목

참조

PullSubscription 클래스

Microsoft.SqlServer.Replication 네임스페이스