SSISScriptComponentEntryPointAttribute Class

Definition

This is the attribute we put on the class derived from ScriptComponent to find it and load it via reflection

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
Inheritance
SSISScriptComponentEntryPointAttribute
Attributes

Constructors

SSISScriptComponentEntryPointAttribute()

Applies to