TransPullSubscription.Attributes プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブスクリプションによってサポートされるトランザクション パブリケーションの属性を取得します。値の設定も可能です。
public:
property Microsoft::SqlServer::Replication::PublicationAttributes Attributes { Microsoft::SqlServer::Replication::PublicationAttributes get(); void set(Microsoft::SqlServer::Replication::PublicationAttributes value); };
public Microsoft.SqlServer.Replication.PublicationAttributes Attributes { get; set; }
member this.Attributes : Microsoft.SqlServer.Replication.PublicationAttributes with get, set
Public Property Attributes As PublicationAttributes
プロパティ値
注釈
PublicationAttributes 列挙は、列挙値のビット演算の組み合わせを許可する FlagsAttribute オプションをサポートします。
ImmediateSync の IndependentAgent 値と PublicationAttributes 値のみが Attributes プロパティによってサポートされます。その他の値はすべて無視されます。
既存のサブスクリプションに Attributes プロパティは設定できません。
Attributes プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin
のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner
のメンバーだけです。
Attributes プロパティを設定できるのは、サブスクライバー側の固定サーバー ロール sysadmin
のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner
のメンバーだけです。
プロパティの Attributes 取得は、 sp_helppullsubscriptionの実行と同じです。
プロパティの Attributes 設定は、 sp_addpullsubscriptionの実行と同じです。