Freigeben über


ProcedureStatementBody.IsForReplication-Eigenschaft

Ruft ab oder legt fest, ob FOR REPLICATION definiert ist.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IsForReplication As Boolean
    Get
    Set
public bool IsForReplication { get; set; }
public:
property bool IsForReplication {
    bool get ();
    void set (bool value);
}
member IsForReplication : bool with get, set
function get IsForReplication () : boolean
function set IsForReplication (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn FOR REPLICATION definiert ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ProcedureStatementBody Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace