BeginTransactionStatement.Distributed-Eigenschaft

Ruft ab oder legt fest, ob dies eine verteilte Transaktion ist.

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

Syntax

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

Eigenschaftswert

Typ: System.Boolean
Gibt True zurück, wenn dies eine verteilte Transaktion ist, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

BeginTransactionStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace