Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
true if this rule will execute when the top level transaction commits.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FireOnTopLevelCommit As Boolean
public virtual bool FireOnTopLevelCommit { get; }
public:
virtual property bool FireOnTopLevelCommit {
bool get ();
}
abstract FireOnTopLevelCommit : bool with get
override FireOnTopLevelCommit : bool with get
function get FireOnTopLevelCommit () : boolean
Property Value
Type: Boolean
true if this rule will execute when the top level transaction commits; otherwise, false.
Remarks
The Rule will not execute if the local transaction commits but the top-level transaction is rolled back.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.