DistributionPublication.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 オプションをサポートします。
既存のパブリケーションに対する Attributes プロパティは変更できません。
Attributes プロパティを取得できるのは、ディストリビューター側の固定サーバー ロール sysadmin
のメンバー、ディストリビューション データベースの固定データベース ロール db_owner
のメンバー、またはパブリケーション アクセス リスト (PAL) のユーザーだけです。
Attributes プロパティを設定できるのは、ディストリビューション データベースの固定データベース ロール db_owner
のメンバーだけです。