SSISScriptComponentEntryPointAttribute Classe
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.
Il s’agit de l’attribut que nous mettons sur la classe dérivée de ScriptComponent pour la trouver et la charger via la réflexion
public ref class SSISScriptComponentEntryPointAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public class SSISScriptComponentEntryPointAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type SSISScriptComponentEntryPointAttribute = class
inherit Attribute
Public Class SSISScriptComponentEntryPointAttribute
Inherits Attribute
- Héritage
-
SSISScriptComponentEntryPointAttribute
- Attributs
Constructeurs
SSISScriptComponentEntryPointAttribute() |
Il s’agit de l’attribut que nous mettons sur la classe dérivée de ScriptComponent pour la trouver et la charger via la réflexion |