다음을 통해 공유


ReplicationServer.EnumSubscriberSubscriptions Method

Returns the subscriptions on a Subscriber server.

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

구문

‘선언
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

매개 변수

  • 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:

    1. Push

    2. Pull and anonymous

    3. Both

반환 값

An ArrayList of SubscriberSubscription objects.

주의

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.

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

ReplicationServer Class
ReplicationServer Members
Microsoft.SqlServer.Replication Namespace