次の方法で共有


TransArticle.CommandFormat プロパティ

定義

変更のアーティクルへの反映方法を取得します。値の設定も可能です。

public:
 property Microsoft::SqlServer::Replication::CommandOptions CommandFormat { Microsoft::SqlServer::Replication::CommandOptions get(); void set(Microsoft::SqlServer::Replication::CommandOptions value); };
public Microsoft.SqlServer.Replication.CommandOptions CommandFormat { get; set; }
member this.CommandFormat : Microsoft.SqlServer.Replication.CommandOptions with get, set
Public Property CommandFormat As CommandOptions

プロパティ値

CommandOptions 値。

注釈

既存のアーティクルの CommandFormat プロパティを変更するには、サブスクリプションを再初期化する必要があります。

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

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

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

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

適用対象