语言

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 派生的类上加的属性,用来通过反射找到并加载它

适用于