Propriedade BeginTransactionStatement.Distributed

Obtém ou define se esta é uma transação distribuída.

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

Sintaxe

'Declaração
Public Property Distributed As Boolean
    Get
    Set
public bool Distributed { get; set; }
public:
property bool Distributed {
    bool get ();
    void set (bool value);
}
member Distributed : bool with get, set
function get Distributed () : boolean
function set Distributed (value : boolean)

Valor de propriedade

Tipo: System.Boolean
Caso contrário, retorna true se este é uma transação distribuída, false.

Segurança do .NET Framework

Consulte também

Referência

BeginTransactionStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql