Partilhar via


Propriedade do RDL Transaction

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property Transaction As Boolean
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .Boolean
A Boolean value.