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
包含攔截器所適用實體的實體集合名稱。