Freigeben über


ISqlForeignKeyConstraint.IsNotForReplication-Eigenschaft

Ruft einen Wert ab, der die NOT FOR REPLICATION-Option modelliert, oder legt diesen fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISqlForeignKeyConstraint Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace