DatabaseDdlTrigger.NotForReplication Property
SQL Server 2005
Gets or sets a Boolean property value that specifies whether the database data definition language (DDL) trigger is available for replication.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
/** @property */ public boolean get_NotForReplication () /** @property */ public void set_NotForReplication (boolean value)
public function get NotForReplication () : boolean public function set NotForReplication (value : boolean)
Property Value
A Boolean value that specifies whether the database DDL trigger is available for replication. If True, the database DDL trigger cannot be used by replication services. If False (default), the database DDL trigger is available for replication.Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.