ChangeInterceptorAttribute 构造函数

为参数 entitySetName 指定的实体集创建新的更改拦截器。

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

语法

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

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

参数

  • entitySetName
    类型:System.String
    包含向其应用拦截器的实体的实体集名称。

请参阅

参考

ChangeInterceptorAttribute 类

System.Data.Services 命名空间