TransPublications プロパティ
パブリッシャ側のトランザクション パブリケーションを返します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public ReadOnly Property TransPublications As TransPublicationCollection
Get
'使用
Dim instance As DistributionPublisher
Dim value As TransPublicationCollection
value = instance.TransPublications
public TransPublicationCollection TransPublications { get; }
public:
property TransPublicationCollection^ TransPublications {
TransPublicationCollection^ get ();
}
member TransPublications : TransPublicationCollection
function get TransPublications () : TransPublicationCollection
説明
返される TransPublicationCollection の TransPublication オブジェクトには、Item プロパティからアクセスできます。そのためには、[Int32] インデックス値、またはパブリケーションの Name である [String] インデックス値を使用します。
TransPublications プロパティを取得できるのは、ディストリビュータ側の固定サーバー ロール sysadmin のメンバ、ディストリビューション データベースの固定データベース ロール db_owner のメンバ、またはパブリッシャ側のパブリケーションのパブリケーション アクセス リスト (PAL) のユーザーだけです。
TransPublications プロパティを取得すると、sp_helppublication を実行したのと同じことになります。
この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。