SelectExpression.PrepareForAggregate 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
PrepareForAggregate() |
SelectExpression準備 ,以套用匯總作業。 |
PrepareForAggregate(Boolean) |
SelectExpression準備 ,以套用匯總作業。 |
PrepareForAggregate()
SelectExpression準備 ,以套用匯總作業。
public void PrepareForAggregate ();
member this.PrepareForAggregate : unit -> unit
Public Sub PrepareForAggregate ()
適用於
PrepareForAggregate(Boolean)
SelectExpression準備 ,以套用匯總作業。
public void PrepareForAggregate (bool liftOrderings = true);
member this.PrepareForAggregate : bool -> unit
Public Sub PrepareForAggregate (Optional liftOrderings As Boolean = true)
參數
- liftOrderings
- Boolean