言語

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固定データベースの役割のメンバーのみが設定可能です。

適用対象