SubscriberSubscription.Type 속성

Gets or sets the type of publication to which the subscription is subscribed.

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

구문

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

value = instance.Type

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

속성 값

유형: Microsoft.SqlServer.Replication.PublicationType
A PublicationType value.

주의

This property can be accessed by any user.

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

참고 항목

참조

SubscriberSubscription 클래스

Microsoft.SqlServer.Replication 네임스페이스