FireCustomEvent méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly : Microsoft.SqlServer.ScriptTask (dans Microsoft.SqlServer.ScriptTask.dll)
Syntaxe
'Déclaration
Public Sub FireCustomEvent ( _
eventName As String, _
eventText As String, _
ByRef arguments As Object(), _
subComponent As String, _
ByRef fireAgain As Boolean _
)
'Utilisation
Dim instance As EventsObjectWrapper
Dim eventName As String
Dim eventText As String
Dim arguments As Object()
Dim subComponent As String
Dim fireAgain As Boolean
instance.FireCustomEvent(eventName, eventText, _
arguments, subComponent, fireAgain)
public void FireCustomEvent(
string eventName,
string eventText,
ref Object[] arguments,
string subComponent,
ref bool fireAgain
)
public:
void FireCustomEvent(
String^ eventName,
String^ eventText,
array<Object^>^% arguments,
String^ subComponent,
bool% fireAgain
)
member FireCustomEvent :
eventName:string *
eventText:string *
arguments:Object[] byref *
subComponent:string *
fireAgain:bool byref -> unit
public function FireCustomEvent(
eventName : String,
eventText : String,
arguments : Object[],
subComponent : String,
fireAgain : boolean
)
Paramètres
- eventName
Type : System. . :: . .String
- eventText
Type : System. . :: . .String
- arguments
Type : array<System. . :: . .Object> [] () [] []%
- subComponent
Type : System. . :: . .String
- fireAgain
Type : System. . :: . .Boolean%