次の方法で共有


TransPullSubscriptionCollection クラス

TransPullSubscription オブジェクトのコレクションを表します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public NotInheritable Class TransPullSubscriptionCollection _
    Inherits ReplicationBaseCollection
'使用
Dim instance As TransPullSubscriptionCollection
public sealed class TransPullSubscriptionCollection : ReplicationBaseCollection
public ref class TransPullSubscriptionCollection sealed : public ReplicationBaseCollection
[<SealedAttribute>]
type TransPullSubscriptionCollection =  
    class
        inherit ReplicationBaseCollection
    end
public final class TransPullSubscriptionCollection extends ReplicationBaseCollection

説明

コレクションの TransPullSubscription オブジェクトには、Item プロパティからアクセスできます。そのためには、[Int32] インデックス値、またはプル サブスクリプションを定義する PublisherNamePublicationDBNamePublicationName の各プロパティで構成される [String, String, String] インデックス値を使用します。

この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

継承階層

System. . :: . .Object
  Microsoft.SqlServer.Replication. . :: . .ReplicationBaseCollection
    Microsoft.SqlServer.Replication..::..TransPullSubscriptionCollection

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。