ExpandSegment 构造函数

使用指定的属性名称和筛选表达式初始化 ExpandSegment,可能为 null。

命名空间:  System.Data.Services
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public Sub New ( _
    name As String, _
    filter As Expression _
)
用法
Dim name As String
Dim filter As Expression

Dim instance As New ExpandSegment(name, filter)
public ExpandSegment(
    string name,
    Expression filter
)
public:
ExpandSegment(
    String^ name, 
    Expression^ filter
)
new : 
        name:string * 
        filter:Expression -> ExpandSegment
public function ExpandSegment(
    name : String, 
    filter : Expression
)

参数

请参阅

参考

ExpandSegment 类

System.Data.Services 命名空间