次の方法で共有


DistributionPublication.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 オプションをサポートします。

既存のパブリケーションに対する Attributes プロパティは変更できません。

Attributes プロパティを取得できるのは、ディストリビューター側の固定サーバー ロール sysadmin のメンバー、ディストリビューション データベースの固定データベース ロール db_owner のメンバー、またはパブリケーション アクセス リスト (PAL) のユーザーだけです。

Attributes プロパティを設定できるのは、ディストリビューション データベースの固定データベース ロール db_owner のメンバーだけです。

適用対象