Condividi tramite


DdlReplicationOptions Enumeration

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

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintassi

'Dichiarazione
<FlagsAttribute> _
Public Enumeration DdlReplicationOptions
[FlagsAttribute] 
public enum DdlReplicationOptions
[FlagsAttribute] 
public enum class DdlReplicationOptions
/** @attribute FlagsAttribute() */ 
public enum DdlReplicationOptions
FlagsAttribute 
public enum DdlReplicationOptions

Members

Member name Description
All DDL changes to published tables are replicated.
None DDL changes to published tables are not replicated.

Osservazioni

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

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Replication Namespace
Publication

Altre risorse

How to: View and Modify Publication Properties (RMO Programming)
Modifiche allo schema nei database di pubblicazione