DataSource.Transaction 属性

Indicates whether the datasets that use this data source run in a single transaction.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property Transaction As Boolean
    Get
    Set
用法
Dim instance As DataSource
Dim value As Boolean

value = instance.Transaction

instance.Transaction = value
public bool Transaction { get; set; }
public:
property bool Transaction {
    bool get ();
    void set (bool value);
}
member Transaction : bool with get, set
function get Transaction () : boolean
function set Transaction (value : boolean)

属性值

类型:System.Boolean
A Boolean value.