IDTSEventInfos100.Add 方法

定义

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

适用于