ChangeInterceptorAttribute(String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為 entitySetName
參數指定的實體集建立新的變更攔截器。
public:
ChangeInterceptorAttribute(System::String ^ entitySetName);
public ChangeInterceptorAttribute (string entitySetName);
new System.Data.Services.ChangeInterceptorAttribute : string -> System.Data.Services.ChangeInterceptorAttribute
Public Sub New (entitySetName As String)
參數
- entitySetName
- String
包含要套用攔截器之實體的實體集名稱。