Compartir a través de


ISqlForeignKeyConstraint.IsNotForReplication (Propiedad)

Obtiene o establece un valor que modela la opción NOT FOR REPLICATION.

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

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlForeignKeyConstraint Interfaz

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