ReplicationServer.EnumSubscriberSubscriptions Method
Returns the subscriptions on a Subscriber server.
Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Syntaxe
'Déclaration
Public Function EnumSubscriberSubscriptions ( _
databaseName As String, _
subscriptionType As Integer _
) As ArrayList
public ArrayList EnumSubscriberSubscriptions (
string databaseName,
int subscriptionType
)
public:
ArrayList^ EnumSubscriberSubscriptions (
String^ databaseName,
int subscriptionType
)
public ArrayList EnumSubscriberSubscriptions (
String databaseName,
int subscriptionType
)
public function EnumSubscriberSubscriptions (
databaseName : String,
subscriptionType : int
) : ArrayList
Paramètres
- databaseName
A String value that specifies the database name from which the subscriptions are enumerated. Use a null value to enumerate subscriptions in all databases on the Subscriber.
subscriptionType
An integer value that specifies the subscription type for the returned subscription:Push
Pull and anonymous
Both
Valeur de retour
An ArrayList of SubscriberSubscription objects.
Notes
The structure holds limited information about the subscription.
The EnumSubscriberSubscriptions method can only be called by members of the db_owner fixed database role on the subscription database.
This method is available with instances of SQL Server 2000 and SQL Server 2005.
This namespace, class, or member is supported only in version 2.0 of the .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
ReplicationServer Class
ReplicationServer Members
Microsoft.SqlServer.Replication Namespace