ReplicationOptions 열거형

The ReplicationOptions enumeration contains values that are used to specify the replication settings for the referenced database.

이 열거형에는 해당 멤버 값에 대한 비트 조합이 가능한 FlagsAttribute 특성이 있습니다.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)

구문

‘선언
<FlagsAttribute> _
Public Enumeration ReplicationOptions
‘사용 방법
Dim instance As ReplicationOptions
[FlagsAttribute]
public enum ReplicationOptions
[FlagsAttribute]
public enum class ReplicationOptions
[<FlagsAttribute>]
type ReplicationOptions
public enum ReplicationOptions

멤버

멤버 이름 설명
MergePublished Value = 4. The database is merge published.
MergeSubscribed Value = 8. The database is merge subscribed.
None No replication options applied.
Published Value = 1. The database is published.
Subscribed Value = 2. The database is subscribed

주의

The ReplicationOptions enumeration class is served by the ReplicationOptions property.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스