Partager via


ISqlDmlTrigger.IsNotForReplication, propriété

Obtient ou définit une valeur qui indique si le déclencheur a spécifié l'option NOT FOR REPLICATION.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property IsNotForReplication As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISqlDmlTrigger Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms