ProcedureStatementBody.IsForReplication Property

 

Applies To: SQL Server 2016 Preview

Gets or sets whether FOR REPLICATION is defined.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public bool IsForReplication { get; set; }
public:
property bool IsForReplication {
    bool get();
    void set(bool value);
}
member IsForReplication : bool with get, set
Public Property IsForReplication As Boolean

Property Value

Type: System.Boolean

true if FOR REPLICATION is defined; otherwise, false.

See Also

ProcedureStatementBody Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top