다음을 통해 공유


MergePublication.ReinitializeAllSubscriptions 메서드

Marks all the subscriptions for reinitialization.

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

구문

‘선언
Public Sub ReinitializeAllSubscriptions ( _
    uploadFirst As Boolean _
)
‘사용 방법
Dim instance As MergePublication 
Dim uploadFirst As Boolean

instance.ReinitializeAllSubscriptions(uploadFirst)
public void ReinitializeAllSubscriptions(
    bool uploadFirst
)
public:
void ReinitializeAllSubscriptions(
    bool uploadFirst
)
member ReinitializeAllSubscriptions : 
        uploadFirst:bool -> unit
public function ReinitializeAllSubscriptions(
    uploadFirst : boolean
)

매개 변수

  • uploadFirst
    유형: System.Boolean
    true to upload all the changes from the Subscriber before reapplying the updated snapshot files when reinitializing all subscriptions to a publication; otherwise, false. If true, the changes are uploaded before reapplying the updated snapshot files. If false, the changes are not uploaded first.

주의

The ReinitializeAllSubscriptions method can only be called by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Calling ReinitializeAllSubscriptions is equivalent to executing sp_reinitmergesubscription(Transact-SQL) at the Publisher to reinitialize all subscriptions.

참고 항목

참조

MergePublication 클래스

Microsoft.SqlServer.Replication 네임스페이스

관련 자료

방법: 구독 다시 초기화(RMO 프로그래밍)