다음을 통해 공유


SubscriptionType 속성

Gets or sets the subscription type.

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

구문

‘선언
Public Property SubscriptionType As SubscriptionOption
    Get
    Set
‘사용 방법
Dim instance As SubscriberSubscription
Dim value As SubscriptionOption

value = instance.SubscriptionType

instance.SubscriptionType = value
public SubscriptionOption SubscriptionType { get; set; }
public:
property SubscriptionOption SubscriptionType {
    SubscriptionOption get ();
    void set (SubscriptionOption value);
}
member SubscriptionType : SubscriptionOption with get, set
function get SubscriptionType () : SubscriptionOption
function set SubscriptionType (value : SubscriptionOption)

주의

This property can be accessed by any user.

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