Rule::FireOnTopLevelCommit Property

 

true if this rule will execute when the top level transaction commits.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property bool FireOnTopLevelCommit {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if this rule will execute when the top level transaction commits; otherwise, false.

The Rule will not execute if the local transaction commits but the top-level transaction is rolled back.

Return to top
Show: