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

适用于