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에서 파생된 클래스를 찾아서 리플렉션을 통해 로드하는 특성입니다.

적용 대상