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 から派生したクラスに配置し、それを見つけてリフレクションを介して読み込む属性です。

適用対象