次の方法で共有


TransArticle.InsertCommand プロパティ

定義

挿入をレプリケートするのに使用するコマンドを取得します。値の設定も可能です。

public:
 property System::String ^ InsertCommand { System::String ^ get(); void set(System::String ^ value); };
public string InsertCommand { get; set; }
member this.InsertCommand : string with get, set
Public Property InsertCommand As String

プロパティ値

挿入コマンドを指定する String 値です。

注釈

プロパティの形式と内容は、InsertCommandsp_addarticleのパラメーターに@ins_cmd指定したものと一致する必要があります。

既存のアーティクルの InsertCommand プロパティを変更するには、サブスクリプションを再初期化して、新しいスナップショットを生成する必要があります。

InsertCommand プロパティを取得できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバー、パブリケーション データベースの固定データベース ロール db_owner のメンバー、パブリケーション アクセス リスト (PAL) のメンバーであるユーザーだけです。

InsertCommand プロパティを設定できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバーだけです。 また、パブリケーション データベースの固定データベース ロール db_owner のメンバーも設定できます。

InsertCommand取得は、sp_helparticleの実行と同じです。

設定 InsertCommand は、 sp_addarticle または sp_changearticleの実行と同じです。

適用対象