SSISScriptComponentEntryPointAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
这是我们用在从 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 派生的类上加的属性,用来通过反射找到并加载它 |