次の方法で共有


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
    インターセプターの適用対象となるエンティティを含んだエンティティ セットの名前。

関連項目

参照

QueryInterceptorAttribute クラス

System.Data.Services 名前空間