Share via


DdlReplicationOptions 열거형

Enumerates whether data definition language (DDL) changes to published tables are replicated.

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

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

구문

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

멤버

멤버 이름 설명
None DDL changes to published tables are not replicated.
All DDL changes to published tables are replicated.

주의

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.