ExpandSegment(String, Expression) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ExpandSegment 一個具有指定屬性名稱及過濾表達式(可能是空)的物件。
public:
ExpandSegment(System::String ^ name, System::Linq::Expressions::Expression ^ filter);
public ExpandSegment(string name, System.Linq.Expressions.Expression filter);
new System.Data.Services.ExpandSegment : string * System.Linq.Expressions.Expression -> System.Data.Services.ExpandSegment
Public Sub New (name As String, filter As Expression)
參數
- name
- String
該物業名稱將被擴展。
- filter
- Expression
查詢中擴展段適用的篩選選項。