Dela via


CheckConstraint.NotForReplication Property

Gets or sets whether Not For Replication is used.

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 CheckConstraint 
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
Return TRUE if Not For Replication is used, FALSE otherwise.

.NET Framework Security

See Also

Reference

CheckConstraint Class

CheckConstraint Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace