Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether NOT FOR REPLICATION was specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property NotForReplication As Boolean
Get
Set
'Usage
Dim instance As ForeignKeyConstraintDefinition
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);
}
member NotForReplication : bool with get, set
function get NotForReplication () : boolean
function set NotForReplication (value : boolean)
Property Value
Type: System.Boolean
true if NOT FOR REPLICATION was specified; otherwise, false.