DistributionPublisher.TransPublications プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Publisherで取引出版物を手に入れます。
public:
property Microsoft::SqlServer::Replication::TransPublicationCollection ^ TransPublications { Microsoft::SqlServer::Replication::TransPublicationCollection ^ get(); };
public Microsoft.SqlServer.Replication.TransPublicationCollection TransPublications { get; }
member this.TransPublications : Microsoft.SqlServer.Replication.TransPublicationCollection
Public ReadOnly Property TransPublications As TransPublicationCollection
プロパティ値
TransPublication オブジェクトのコレクション。
注釈
返TransPublicationCollection内のTransPublicationオブジェクトは、Item[]プロパティからアクセス可能です。 これは[Int32]インデックス値または出版物のNameである[String]インデックス値を使って行うことができます。
TransPublicationsプロパティは、ディストリビューターのsysadmin固定サーバーロールのメンバー、配布データベースのdb_owner固定データベースの役割のメンバー、またはPublisherでの出版物のために出版アクセスリスト(PAL)のユーザーのみ取得可能です。
TransPublications財産の回収はsp_helppublicationを実行するのと同等です。