Partager via


Constructeur QueryInterceptorAttribute

Initialise une nouvelle instance de la classe QueryInterceptorAttribute pour le jeu d'entités spécifié par le paramètre entitySetName.

Espace de noms :  System.Data.Services
Assembly :  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    entitySetName As String _
)
'Utilisation
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
)

Paramètres

  • entitySetName
    Type : System.String
    Nom du jeu d'entités qui contient l'entité à laquelle l'intercepteur s'applique.

Voir aussi

Référence

QueryInterceptorAttribute Classe

Espace de noms System.Data.Services