Freigeben über


ReplicationServer.EnumReplicationDatabases-Methode

Returns the databases enabled for replication.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public Function EnumReplicationDatabases As ArrayList
'Usage
Dim instance As ReplicationServer 
Dim returnValue As ArrayList 

returnValue = instance.EnumReplicationDatabases()
public ArrayList EnumReplicationDatabases()
public:
ArrayList^ EnumReplicationDatabases()
member EnumReplicationDatabases : unit -> ArrayList
public function EnumReplicationDatabases() : ArrayList

Rückgabewert

Typ: System.Collections.ArrayList
An ArrayList of ReplicationDatabase objects.

Hinweise

The EnumReplicationDatabases method can be called by members of the db_owner fixed database role and users in the publication access list (PAL) of any published database.

The EnumReplicationDatabases method is equivalent to the sp_helpreplicationdboption (Transact-SQL) stored procedure.

Siehe auch

Verweis

ReplicationServer Klasse

Microsoft.SqlServer.Replication-Namespace