Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.