CheckConstraint.NotForReplication-Eigenschaft

Ruft ab oder legt fest, ob Nicht zur Replikation verwendet wird.

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
    Get
    Set
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)

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn Nicht zur Replikation verwendet wird, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

CheckConstraint Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace