Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the merge pull subscriptions defined on the replication database.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public ReadOnly Property MergePullSubscriptions As MergePullSubscriptionCollection
Get
'Usage
Dim instance As ReplicationDatabase
Dim value As MergePullSubscriptionCollection
value = instance.MergePullSubscriptions
public MergePullSubscriptionCollection MergePullSubscriptions { get; }
public:
property MergePullSubscriptionCollection^ MergePullSubscriptions {
MergePullSubscriptionCollection^ get ();
}
member MergePullSubscriptions : MergePullSubscriptionCollection
function get MergePullSubscriptions () : MergePullSubscriptionCollection
Property Value
Type: Microsoft.SqlServer.Replication.MergePullSubscriptionCollection
A MergePullSubscriptionCollection of MergePullSubscription objects.