SSISScriptTaskEntryPointAttribute 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.
Represents an attribute of the Script Task from the given entry point.
public ref class SSISScriptTaskEntryPointAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public class SSISScriptTaskEntryPointAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type SSISScriptTaskEntryPointAttribute = class
inherit Attribute
Public Class SSISScriptTaskEntryPointAttribute
Inherits Attribute
- Inheritance
-
SSISScriptTaskEntryPointAttribute
- Attributes
Constructors
SSISScriptTaskEntryPointAttribute() |
Initializes a new instance of the SSISScriptTaskEntryPointAttribute class. |