FireInformation メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Dts.Tasks.ScriptTask
アセンブリ: Microsoft.SqlServer.ScriptTask (Microsoft.SqlServer.ScriptTask.dll)
構文
'宣言
Public Sub FireInformation ( _
informationCode As Integer, _
subComponent As String, _
description As String, _
helpFile As String, _
helpContext As Integer, _
ByRef fireAgain As Boolean _
)
'使用
Dim instance As EventsObjectWrapper
Dim informationCode As Integer
Dim subComponent As String
Dim description As String
Dim helpFile As String
Dim helpContext As Integer
Dim fireAgain As Boolean
instance.FireInformation(informationCode, _
subComponent, description, helpFile, _
helpContext, fireAgain)
public void FireInformation(
int informationCode,
string subComponent,
string description,
string helpFile,
int helpContext,
ref bool fireAgain
)
public:
void FireInformation(
int informationCode,
String^ subComponent,
String^ description,
String^ helpFile,
int helpContext,
bool% fireAgain
)
member FireInformation :
informationCode:int *
subComponent:string *
description:string *
helpFile:string *
helpContext:int *
fireAgain:bool byref -> unit
public function FireInformation(
informationCode : int,
subComponent : String,
description : String,
helpFile : String,
helpContext : int,
fireAgain : boolean
)
パラメーター
- informationCode
型: System. . :: . .Int32
- subComponent
型: System. . :: . .String
- description
型: System. . :: . .String
- helpFile
型: System. . :: . .String
- helpContext
型: System. . :: . .Int32
- fireAgain
型: System. . :: . .Boolean%