QueryInterceptorAttribute 构造函数

针对 entitySetName 参数指定的实体集,初始化 QueryInterceptorAttribute 类的新实例。

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

语法

声明
Public Sub New ( _
    entitySetName As String _
)
用法
Dim entitySetName As String

Dim instance As New QueryInterceptorAttribute(entitySetName)
public QueryInterceptorAttribute(
    string entitySetName
)
public:
QueryInterceptorAttribute(
    String^ entitySetName
)
new : 
        entitySetName:string -> QueryInterceptorAttribute
public function QueryInterceptorAttribute(
    entitySetName : String
)

参数

  • entitySetName
    类型:System.String
    包含要对其应用侦听器的实体的实体集的名称。

请参阅

参考

QueryInterceptorAttribute 类

System.Data.Services 命名空间