共用方式為


IDTSEventInfos100.Add 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Adds an IDTSEventInfo100 object to the current collection.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Sub Add ( _
    EventName As String, _
    Description As String, _
    AllowEventHandlers As Boolean, _
    ByRef ParamNames As String(), _
    ByRef ParamTypes As UShort(), _
    ByRef ParamDescs As String() _
)
'用途
Dim instance As IDTSEventInfos100 
Dim EventName As String 
Dim Description As String 
Dim AllowEventHandlers As Boolean 
Dim ParamNames As String()
Dim ParamTypes As UShort()
Dim ParamDescs As String()

instance.Add(EventName, Description, AllowEventHandlers, _
    ParamNames, ParamTypes, ParamDescs)
void Add(
    string EventName,
    string Description,
    bool AllowEventHandlers,
    ref string[] ParamNames,
    ref ushort[] ParamTypes,
    ref string[] ParamDescs
)
void Add(
    [InAttribute] String^ EventName, 
    [InAttribute] String^ Description, 
    [InAttribute] bool AllowEventHandlers, 
    [InAttribute] array<String^>^% ParamNames, 
    [InAttribute] array<unsigned short>^% ParamTypes, 
    [InAttribute] array<String^>^% ParamDescs
)
abstract Add : 
        EventName:string * 
        Description:string * 
        AllowEventHandlers:bool * 
        ParamNames:string[] byref * 
        ParamTypes:uint16[] byref * 
        ParamDescs:string[] byref -> unit
function Add(
    EventName : String, 
    Description : String, 
    AllowEventHandlers : boolean, 
    ParamNames : String[], 
    ParamTypes : ushort[], 
    ParamDescs : String[]
)

參數

  • Description
    型別:System.String
    The description of the event.
  • AllowEventHandlers
    型別:System.Boolean
    true to indicate that the event handler objects can be created for the event; otherwise, false.
  • ParamNames
    型別:array<System.String[]%
    An array of parameters passed to the event.
  • ParamTypes
    型別:array<System.UInt16[]%
    The type of each parameter in the ParamNames array.
  • ParamDescs
    型別:array<System.String[]%
    An array that contains descriptions for each of the parameters in ParamNames.

備註

For more information, see EventInfos.

請參閱

參考

IDTSEventInfos100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間