次の方法で共有


TransPullSubscription.Attributes プロパティ

定義

サブスクリプションによってサポートされるトランザクション パブリケーションの属性を取得します。値の設定も可能です。

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 値。

注釈

PublicationAttributes 列挙は、列挙値のビット演算の組み合わせを許可する FlagsAttribute オプションをサポートします。

ImmediateSyncIndependentAgent 値と PublicationAttributes 値のみが Attributes プロパティによってサポートされます。その他の値はすべて無視されます。

既存のサブスクリプションに Attributes プロパティは設定できません。

Attributes プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。

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

プロパティの Attributes 取得は、 sp_helppullsubscriptionの実行と同じです。

プロパティの Attributes 設定は、 sp_addpullsubscriptionの実行と同じです。

適用対象