Método Add
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
For more information, see EventInfos.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Sub Add ( _
EventName As String, _
Description As String, _
AllowEventHandlers As Boolean, _
ByRef ParamNames As String(), _
ByRef ParamTypes As UShort(), _
ByRef ParamDescs As String() _
)
'Uso
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[]
)
Parâmetros
- EventName
Tipo: System. . :: . .String
- Description
Tipo: System. . :: . .String
- AllowEventHandlers
Tipo: System. . :: . .Boolean
- ParamNames
Tipo: array<System. . :: . .String> [] () [] []%
- ParamTypes
Tipo: array<System. . :: . .UInt16> [] () [] []%
- ParamDescs
Tipo: array<System. . :: . .String> [] () [] []%
Consulte também