DataSource.Transaction 属性

Gets or sets the value that 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
true if the datasets that use this data source run in a single transaction, otherwise, false.

请参阅

参考

DataSource 类

Microsoft.ReportingServices.RdlObjectModel 命名空间