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.