다음을 통해 공유


Subscription.SyncType 속성

Gets or sets the manner in which the subscription is initialized.

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

구문

‘선언
Public Property SyncType As SubscriptionSyncType 
    Get 
    Set
‘사용 방법
Dim instance As Subscription 
Dim value As SubscriptionSyncType 

value = instance.SyncType

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

속성 값

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

주의

The SyncType property is a read-only property for transactional or snapshot replication and a read/write property for merge replication.

If the SyncType property is changed for a subscription to a merge publication after the initial snapshot has been applied, the subscription must be reinitialized. For more information, see 방법: 구독 다시 초기화(RMO 프로그래밍).

For a subscription to a transactional publication, ReplicationSupportOnly and InitializeWithBackup are only supported on Microsoft SQL Server 2005 and later versions.

The SubscriptionDBName property can only be retrieved by members of the sysadmin fixed server role at the Publisher, by members of the db_owner fixed database role on the publication database, or by the user that created the subscription.

The SubscriptionDBName property can only be set by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

Retrieving the SubscriptionDBName property is equivalent to executing sp_helpsubscription or sp_helpmergesubscription.

Setting the SubscriptionDBName property is equivalent to executing sp_addmergesubscription or sp_changemergesubscription.

참고 항목

참조

Subscription 클래스

Microsoft.SqlServer.Replication 네임스페이스