QueryInterceptorAttribute(String) 생성자

정의

매개 변수로 지정된 엔터티 집합에 대한 클래스의 QueryInterceptorAttribute 새 인스턴스를 entitySetName 초기화합니다.

public:
 QueryInterceptorAttribute(System::String ^ entitySetName);
public QueryInterceptorAttribute(string entitySetName);
new System.Data.Services.QueryInterceptorAttribute : string -> System.Data.Services.QueryInterceptorAttribute
Public Sub New (entitySetName As String)

매개 변수

entitySetName
String

인터셉터를 적용할 엔터티를 포함하는 엔터티 집합의 이름입니다.

적용 대상