Aracılığıyla paylaş


BeginTransactionStatement.Distributed Özellik

Alır veya bu dağıtılmış bir işlem olup olmadığını ayarlar.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Boolean
Bu dağıtılmış işlem, false Aksi takdirde ise true deðerini verir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

BeginTransactionStatement Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı