Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the rule and verifies whether it should raise when the current transaction commits.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FireOnLocalCommit As Boolean
'Usage
Dim instance As Rule
Dim value As Boolean
value = instance.FireOnLocalCommit
public virtual bool FireOnLocalCommit { get; }
public:
virtual property bool FireOnLocalCommit {
bool get ();
}
public function get FireOnLocalCommit () : boolean
Property Value
Type: System.Boolean
true if this rule should raise when the current transaction commits; otherwise, false.
Remarks
Local commit time is the time when the current, most nested transaction commits.
.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.