FireCustomEvent-Methode
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
For more information, see IDTSComponentEvents.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub FireCustomEvent ( _
EventName As String, _
EventText As String, _
ByRef ppsaArguments As Object(), _
SubComponent As String, _
<OutAttribute> ByRef pbFireAgain As Boolean _
)
'Usage
Dim instance As IDTSComponentEvents100
Dim EventName As String
Dim EventText As String
Dim ppsaArguments As Object()
Dim SubComponent As String
Dim pbFireAgain As Boolean
instance.FireCustomEvent(EventName, EventText, _
ppsaArguments, SubComponent, pbFireAgain)
void FireCustomEvent(
string EventName,
string EventText,
ref Object[] ppsaArguments,
string SubComponent,
out bool pbFireAgain
)
void FireCustomEvent(
[InAttribute] String^ EventName,
[InAttribute] String^ EventText,
[InAttribute] array<Object^>^% ppsaArguments,
[InAttribute] String^ SubComponent,
[InAttribute] [OutAttribute] bool% pbFireAgain
)
abstract FireCustomEvent :
EventName:string *
EventText:string *
ppsaArguments:Object[] byref *
SubComponent:string *
pbFireAgain:bool byref -> unit
function FireCustomEvent(
EventName : String,
EventText : String,
ppsaArguments : Object[],
SubComponent : String,
pbFireAgain : boolean
)
Parameter
- EventName
Typ: System. . :: . .String
- EventText
Typ: System. . :: . .String
- ppsaArguments
Typ: array<System. . :: . .Object> [] () [] []%
- SubComponent
Typ: System. . :: . .String
- pbFireAgain
Typ: System. . :: . .Boolean%