IMutableCheckConstraint.NotForReplication Property
Gets or sets a value that indicates whether the check constraint is not 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 IMutableCheckConstraint
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 check constraint is not for replication; otherwise, false.