SSISScriptComponentEntryPointAttribute Clase

Definición

Este es el atributo que colocamos en la clase derivada de ScriptComponent para encontrarlo y cargarlo mediante reflexión.

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
Herencia
SSISScriptComponentEntryPointAttribute
Atributos

Constructores

SSISScriptComponentEntryPointAttribute()

Este es el atributo que colocamos en la clase derivada de ScriptComponent para encontrarlo y cargarlo mediante reflexión.

Se aplica a