Share via


IMutableForeignKeyConstraint.NotForReplication Property

Gets or sets a value that indicates whether the FOREIGN KEY constraint is available for replication.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Property NotForReplication As Boolean
    Get
    Set
'Usage
Dim instance As IMutableForeignKeyConstraint
Dim value As Boolean

value = instance.NotForReplication

instance.NotForReplication = value
bool NotForReplication { get; set; }
property bool NotForReplication {
    bool get ();
    void set (bool value);
}
abstract NotForReplication : bool with get, set
function get NotForReplication () : boolean
function set NotForReplication (value : boolean)

Property Value

Type: System.Boolean
true if the FOREIGN KEY constraint is available for replication; otherwise, false.

Implements

IForeignKeyConstraint.NotForReplication