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