언어

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
특성

생성자

Name Description
SSISScriptComponentEntryPointAttribute()

이것은 ScriptComponent에서 파생된 클래스에 부여한 속성으로, 이를 찾아 반사를 통해 로드합니다

적용 대상