Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the value that indicates whether the datasets that use this data source run in a single transaction.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Transaction As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true if the datasets that use this data source run in a single transaction, otherwise, false.