Язык

SSISScriptComponentEntryPointAttribute Класс

Определение

Это атрибут, который мы добавляем классу, полученному из ScriptComponent, чтобы найти его и загрузить через отражение

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
Наследование
SSISScriptComponentEntryPointAttribute
Атрибуты

Конструкторы

Имя Описание
SSISScriptComponentEntryPointAttribute()

Это атрибут, который мы добавляем классу, полученному из ScriptComponent, чтобы найти его и загрузить через отражение

Применяется к