EnumMergePullSubscriptions 메서드
Returns all merge pull subscriptions that use this replication database.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public Function EnumMergePullSubscriptions As ArrayList
‘사용 방법
Dim instance As ReplicationDatabase
Dim returnValue As ArrayList
returnValue = instance.EnumMergePullSubscriptions()
public ArrayList EnumMergePullSubscriptions()
public:
ArrayList^ EnumMergePullSubscriptions()
member EnumMergePullSubscriptions : unit -> ArrayList
public function EnumMergePullSubscriptions() : ArrayList
반환 값
유형: System.Collections. . :: . .ArrayList
An ArrayList of MergePullSubscription objects.
주의
The EnumMergePullSubscriptions method can only be called by members of the sysadmin fixed server role and members of the db_owner fixed database role.
Calling EnumMergePullSubscriptions is equivalent to executing sp_helpmergepullsubscription(Transact-SQL).
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.