SSISScriptComponentEntryPointAttribute Classe

Definição

Esse é o atributo que colocamos na classe derivada de ScriptComponent para encontrá-lo e carregá-lo por meio de reflexão

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
Herança
SSISScriptComponentEntryPointAttribute
Atributos

Construtores

SSISScriptComponentEntryPointAttribute()

Aplica-se a