TransPullSubscription.Attributes プロパティ
サブスクリプションによってサポートされるトランザクション パブリケーションの属性を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property Attributes As PublicationAttributes
Get
Set
'使用
Dim instance As TransPullSubscription
Dim value As PublicationAttributes
value = instance.Attributes
instance.Attributes = value
public PublicationAttributes Attributes { get; set; }
public:
property PublicationAttributes Attributes {
PublicationAttributes get ();
void set (PublicationAttributes value);
}
member Attributes : PublicationAttributes with get, set
function get Attributes () : PublicationAttributes
function set Attributes (value : PublicationAttributes)
プロパティ値
型: Microsoft.SqlServer.Replication.PublicationAttributes
PublicationAttributes 値です。
説明
PublicationAttributes 列挙は、列挙値のビット演算の組み合わせを許可する FlagsAttribute オプションをサポートします。
PublicationAttributes の ImmediateSync 値と IndependentAgent 値のみが Attributes プロパティによってサポートされます。その他の値はすべて無視されます。
既存のサブスクリプションの Attributes プロパティは設定できません。
Attributes プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。
Attributes プロパティを設定できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。
Attributes プロパティを取得すると、sp_helppullsubscription を実行したのと同じことになります。
Attributes プロパティを設定すると、sp_addpullsubscription を実行したのと同じことになります。