Свойство BeginTransactionStatement.Distributed

Gets or sets whether this is a distributed transaction.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Distributed As Boolean 
    Get 
    Set
'Применение
Dim instance As BeginTransactionStatement 
Dim value As Boolean 

value = instance.Distributed

instance.Distributed = value
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)

Значение свойства

Тип: System.Boolean
true if this is a distributed transaction; otherwise, false.

См. также

Справочник

BeginTransactionStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom