SSISScriptComponentEntryPointAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the attribute we put on the class derived from ScriptComponent to find it and load it via reflection
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
- Inheritance
-
SSISScriptComponentEntryPointAttribute
- Attributes
Constructors
SSISScriptComponentEntryPointAttribute() |