Condividi tramite


Proprietà ProcedureStatementBody.IsForReplication

Ottiene o imposta un valore che indica se FOR REPLICATION è definito.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se FOR REPLICATION è definito; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ProcedureStatementBody Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql