SSISScriptComponentEntryPointAttribute Klasse

Definition

Dies ist das Attribut, das wir auf die Klasse setzen, die von ScriptComponent abgeleitet ist, um sie zu finden und per Reflexion zu laden

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
Vererbung
SSISScriptComponentEntryPointAttribute
Attribute

Konstruktoren

Name Beschreibung
SSISScriptComponentEntryPointAttribute()

Dies ist das Attribut, das wir auf die Klasse setzen, die von ScriptComponent abgeleitet ist, um sie zu finden und per Reflexion zu laden

Gilt für: