TriggerStatementBody.IsNotForReplication (Propiedad)

Obtiene o establece si se define Not For Replication.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property IsNotForReplication As Boolean
    Get
    Set
public bool IsNotForReplication { get; set; }
public:
property bool IsNotForReplication {
    bool get ();
    void set (bool value);
}
member IsNotForReplication : bool with get, set
function get IsNotForReplication () : boolean
function set IsNotForReplication (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Devuelve True si se define Not For Replication, False de lo contrario.

Seguridad de .NET Framework

Vea también

Referencia

TriggerStatementBody Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)