Trigger.Clauses 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得轉換成分離法線表單的運算式清單,其中 ! 會推送至分葉,而且有隱含 ||子句與 子句內的 && 之間。
public System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Clause> Clauses { get; }
member this.Clauses : System.Collections.Generic.IReadOnlyList<AdaptiveExpressions.TriggerTrees.Clause>
Public ReadOnly Property Clauses As IReadOnlyList(Of Clause)
屬性值
轉換成分離一般表單的表示式清單,其中 ! 會推送至分葉,而且有隱含 ||子句與 子句內的 && 之間。