다음을 통해 공유


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 네임스페이스