ChangeInterceptorAttribute(String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un intercepteur de modification pour un jeu d'entités spécifié par le paramètre entitySetName.
public:
ChangeInterceptorAttribute(System::String ^ entitySetName);
public ChangeInterceptorAttribute(string entitySetName);
new System.Data.Services.ChangeInterceptorAttribute : string -> System.Data.Services.ChangeInterceptorAttribute
Public Sub New (entitySetName As String)
Paramètres
- entitySetName
- String
Nom du jeu d'entités qui contient l'entité à laquelle s'applique l'intercepteur.