DistributionPublisher.TransPublications Property
パブリッシャ側のトランザクション パブリケーションを返します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (microsoft.sqlserver.rmo.dll 内)
構文
'宣言
Public ReadOnly Property TransPublications As TransPublicationCollection
public TransPublicationCollection TransPublications { get; }
public:
property TransPublicationCollection^ TransPublications {
TransPublicationCollection^ get ();
}
/** @property */
public TransPublicationCollection get_TransPublications ()
public function get TransPublications () : TransPublicationCollection
プロパティ値
TransPublication オブジェクトの TransPublicationCollection です。
解説
返される TransPublicationCollection の TransPublication オブジェクトには、Item プロパティからアクセスできます。そのためには、[Int32] インデックス値、またはパブリケーションの Name である [String] インデックス値を使用します。
TransPublications プロパティを取得できるのは、ディストリビュータ側の固定サーバー ロール sysadmin のメンバ、ディストリビューション データベースの固定データベース ロール db_owner のメンバ、またはパブリッシャ側のパブリケーションのパブリケーション アクセス リスト (PAL) のユーザーだけです。
TransPublications プロパティを取得すると、sp_helppublication を実行したのと同じことになります。
この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
DistributionPublisher Class
DistributionPublisher Members
Microsoft.SqlServer.Replication Namespace