Share via


ISqlDmlTrigger.IsNotForReplication Property

Gets or sets a value that indicates whether the trigger specified the NOT FOR REPLICATION option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsNotForReplication As Boolean
bool IsNotForReplication { get; set; }
property bool IsNotForReplication {
    bool get ();
    void set (bool value);
}
abstract IsNotForReplication : bool with get, set
function get IsNotForReplication () : boolean
function set IsNotForReplication (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISqlDmlTrigger Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace