QueryInterceptorAttribute 建構函式
針對 entitySetName 參數指定的實體集,初始化 QueryInterceptorAttribute 類別的新執行個體。
命名空間: System.Data.Services
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Public Sub New ( _
entitySetName As String _
)
'用途
Dim entitySetName As String
Dim instance As New QueryInterceptorAttribute(entitySetName)
public QueryInterceptorAttribute(
string entitySetName
)
public:
QueryInterceptorAttribute(
String^ entitySetName
)
new :
entitySetName:string -> QueryInterceptorAttribute
public function QueryInterceptorAttribute(
entitySetName : String
)
參數
- entitySetName
型別:System.String
包含套用攔截器之實體的實體集名稱。