다음을 통해 공유


EnumReplicationDatabases 메서드

Returns the databases enabled for replication.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Function EnumReplicationDatabases As ArrayList
‘사용 방법
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

주의

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.

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