QueryInterceptorAttribute(String) 建構函式

定義

初始化該類別的新實例 QueryInterceptorAttribute ,以設定參數 entitySetName 指定的實體集合。

public:
 QueryInterceptorAttribute(System::String ^ entitySetName);
public QueryInterceptorAttribute(string entitySetName);
new System.Data.Services.QueryInterceptorAttribute : string -> System.Data.Services.QueryInterceptorAttribute
Public Sub New (entitySetName As String)

參數

entitySetName
String

包含攔截器所適用實體的實體集合名稱。

適用於