DdlReplicationOptions Enumeración
Enumerates whether data definition language (DDL) changes to published tables are replicated.
Esta enumeración tiene un atributo FlagsAttribute que permite una combinación bit a bit de los valores de sus miembros.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
<FlagsAttribute> _
Public Enumeration DdlReplicationOptions
'Uso
Dim instance As DdlReplicationOptions
[FlagsAttribute]
public enum DdlReplicationOptions
[FlagsAttribute]
public enum class DdlReplicationOptions
[<FlagsAttribute>]
type DdlReplicationOptions
public enum DdlReplicationOptions
Miembros
Nombre del miembro | Descripción | |
---|---|---|
None | DDL changes to published tables are not replicated. | |
All | DDL changes to published tables are replicated. |
Notas
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.