Anteckning
Å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.
Gets the rule and verifies whether it should raise when the top level transaction commits.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FireOnTopLevelCommit As Boolean
'Usage
Dim instance As Rule
Dim value As Boolean
value = instance.FireOnTopLevelCommit
public virtual bool FireOnTopLevelCommit { get; }
public:
virtual property bool FireOnTopLevelCommit {
bool get ();
}
public function get FireOnTopLevelCommit () : boolean
Property Value
Type: System.Boolean
true if this rule should raise when the top level transaction commits; otherwise, false.
Remarks
The Rule will not raise if the local transaction commits and 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.