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.