DdlReplicationOptions-Enumeration
Enumerates whether data definition language (DDL) changes to published tables are replicated.
Diese Enumeration verfügt über ein FlagsAttribute-Attribut, das die bitweise Kombination der Elementwerte zulässt.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration DdlReplicationOptions
'Usage
Dim instance As DdlReplicationOptions
[FlagsAttribute]
public enum DdlReplicationOptions
[FlagsAttribute]
public enum class DdlReplicationOptions
[<FlagsAttribute>]
type DdlReplicationOptions
public enum DdlReplicationOptions
Elemente
Elementname | Beschreibung | |
---|---|---|
None | DDL changes to published tables are not replicated. | |
All | DDL changes to published tables are replicated. |
Hinweise
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.
Siehe auch
Verweis
Microsoft.SqlServer.Replication-Namespace
Andere Ressourcen
Vorgehensweise: Anzeigen und Ändern von Veröffentlichungseigenschaften (RMO-Programmierung)
Vornehmen von Schemaänderungen in Veröffentlichungsdatenbanken