Share via


ForeignKeyConstraint.NotForReplication Property

Gets or sets whether NOT FOR REPLICATION was defined.

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

Syntax

'Declaration
Public Property NotForReplication As Boolean
'Usage
Dim instance As ForeignKeyConstraint 
Dim value As Boolean 

value = instance.NotForReplication

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

Property Value

Type: System.Boolean
Returns True if NOT FOR REPLICATION was defined; otherwise, False.

.NET Framework Security

See Also

Reference

ForeignKeyConstraint Class

ForeignKeyConstraint Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace