TransPullSubscription.Attributes Property
サブスクリプションによってサポートされるトランザクション パブリケーションの属性を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (microsoft.sqlserver.rmo.dll 内)
構文
'宣言
Public Property Attributes As PublicationAttributes
public PublicationAttributes Attributes { get; set; }
public:
property PublicationAttributes Attributes {
PublicationAttributes get ();
void set (PublicationAttributes value);
}
/** @property */
public PublicationAttributes get_Attributes ()
/** @property */
public void set_Attributes (PublicationAttributes value)
public function get Attributes () : PublicationAttributes
public function set Attributes (value : PublicationAttributes)
プロパティ値
解説
PublicationAttributes 列挙は、列挙値のビット演算の組み合わせを許可する FlagsAttribute オプションをサポートします。
PublicationAttributes の ImmediateSync 値と IndependentAgent 値のみが Attributes プロパティによってサポートされます。その他の値はすべて無視されます。
既存のサブスクリプションに Attributes プロパティは設定できません。
Attributes プロパティを取得できるのは、サブスクライバ側の固定サーバー ロール sysadmin のメンバ、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバだけです。
Attributes プロパティを設定できるのは、サブスクライバ側の固定サーバー ロール sysadmin のメンバ、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバだけです。
Attributes プロパティを取得すると、sp_helppullsubscription を実行したのと同じことになります。
Attributes プロパティを設定すると、sp_addpullsubscription を実行したのと同じことになります。
Attributes プロパティは、SQL Server 7.0、SQL Server 2000、および SQL Server 2005 で使用できます。
この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
TransPullSubscription Class
TransPullSubscription Members
Microsoft.SqlServer.Replication Namespace