次の方法で共有


ReInitialize Method

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

The ReInitialize method marks a subscription for reinitialization.

構文

object
.ReInitialize(
)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT ReInitialize();

解説

Use the ReInitialize method only when the SQL Distributed Management Objects (SQL-DMO) object references a transactional or merge replication subscription.

After using ReInitialize, it may be necessary to update the initial snapshot of the publication. For subscriptions to transactional replication publications configured for automatic synchronization (the PublicationAttributes property of the referencing TransPublication object returns SQLDMOPubAttrib_ImmediateSync), the initial snapshot of the publication must be updated. For all other publication types, it is strongly suggested that the application force an update of the initial snapshot.

Reinitializing a subscription by using the ReInitialize method requires appropriate privilege. The Microsoft SQL Server login used for SQLServer object connection must be a member of the fixed server role sysadmin or fixed database role db_owner in the database referenced by the subscribed-to publication.

Applies To:

MergePullSubscription Object

TransPullSubscription Object

MergeSubscription Object

TransSubscription Object

参照

関連項目

ReInitialize2 Method

その他の技術情報

データの同期

ヘルプおよび情報

SQL Server 2005 の参考資料の入手