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 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.