TransArticle.CommandFormat プロパティ
変更のアーティクルへの反映方法を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property CommandFormat As CommandOptions
Get
Set
'使用
Dim instance As TransArticle
Dim value As CommandOptions
value = instance.CommandFormat
instance.CommandFormat = value
public CommandOptions CommandFormat { get; set; }
public:
property CommandOptions CommandFormat {
CommandOptions get ();
void set (CommandOptions value);
}
member CommandFormat : CommandOptions with get, set
function get CommandFormat () : CommandOptions
function set CommandFormat (value : CommandOptions)
プロパティ値
型: Microsoft.SqlServer.Replication.CommandOptions
CommandOptions 値です。
説明
既存のアーティクルの CommandFormat プロパティを変更するには、サブスクリプションを再初期化する必要があります。
CommandFormat プロパティを取得できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバー、パブリケーション データベースの固定データベース ロール db_owner のメンバー、PAL のメンバーであるユーザーだけです。
CommandFormat プロパティを設定できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバーだけです。 また、パブリケーション データベースの固定データベース ロール db_owner のメンバーも設定できます。
CommandFormat を取得すると、sp_helparticle を実行したのと同じことになります。
CommandFormat を設定すると、sp_addarticle または sp_changearticle を実行したのと同じことになります。