IDTSEventInfos100.Add 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 컬렉션에 IDTSEventInfo100 개체를 추가합니다.
public:
void Add(System::String ^ EventName, System::String ^ Description, bool AllowEventHandlers, cli::array <System::String ^> ^ % ParamNames, cli::array <System::UInt16> ^ % ParamTypes, cli::array <System::String ^> ^ % ParamDescs);
[System.Runtime.InteropServices.DispId(2)]
public void Add (string EventName, string Description, bool AllowEventHandlers, ref string[] ParamNames, ref ushort[] ParamTypes, ref string[] ParamDescs);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string * string * bool * String[] * UInt16[] * String[] -> unit
Public Sub Add (EventName As String, Description As String, AllowEventHandlers As Boolean, ByRef ParamNames As String(), ByRef ParamTypes As UShort(), ByRef ParamDescs As String())
매개 변수
- EventName
- String
사용자 지정 이벤트의 이름입니다.
- Description
- String
이벤트에 대한 설명입니다.
- AllowEventHandlers
- Boolean
이벤트에 대한 이벤트 처리기 개체를 만들 수 있음을 나타내려면 true입니다. 그렇지 않으면 false입니다.
- ParamNames
- String[]
이벤트에 전달되는 매개 변수로 이루어진 배열입니다.
- ParamTypes
- UInt16[]
ParamNames
배열에 속한 각 매개 변수의 유형입니다.
- ParamDescs
- String[]
ParamNames
의 각 매개 변수에 대한 설명이 포함된 배열입니다.
- 특성
설명
자세한 내용은 EventInfos를 참조하세요.