PullSubscription.Type 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets the publication type.

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

구문

‘선언
Public Property Type As PublicationType 
    Get 
    Set
‘사용 방법
Dim instance As PullSubscription 
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
The publication type.

참고 항목

참조

PullSubscription 클래스

Microsoft.SqlServer.Replication 네임스페이스