Rule.FireOnLocalCommit Property
true if this rule will execute when the current transaction commits.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FireOnLocalCommit As Boolean
public virtual bool FireOnLocalCommit { get; }
public:
virtual property bool FireOnLocalCommit {
bool get ();
}
abstract FireOnLocalCommit : bool with get
override FireOnLocalCommit : bool with get
function get FireOnLocalCommit () : boolean
Property Value
Type: System.Boolean
true if this rule will execute 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.