MergePublication.MergeSubscriptions Property

Gets the subscriptions that belong to a merge publication.

Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MergeSubscriptions As MergeSubscriptionCollection
public MergeSubscriptionCollection MergeSubscriptions { get; }
public:
property MergeSubscriptionCollection^ MergeSubscriptions {
    MergeSubscriptionCollection^ get ();
}
/** @property */
public MergeSubscriptionCollection get_MergeSubscriptions ()
public function get MergeSubscriptions () : MergeSubscriptionCollection

Valeur de propriété

A MergeSubscriptionCollection.

Notes

A MergeSubscription object in the collection can be accessed from MergeSubscriptions using an [Int32] index value or using a String index that is the Name property of the article.

The MergeSubscriptions property can be retrieved by members of the db_owner or replmonitor fixed database roles on the publication database or by members of the publication access list (PAL) for the publication.

Retrieving MergeSubscriptions is equivalent to executing sp_helpmergepublication.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

MergePublication Class
MergePublication Members
Microsoft.SqlServer.Replication Namespace