QueryInterceptorAttribute(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化該類別的新實例 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
包含攔截器所適用實體的實體集合名稱。