次の方法で共有


FireError メソッド

エラーが発生したときにイベントを発生させます。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Function FireError ( _
    errorCode As Integer, _
    subComponent As String, _
    description As String, _
    helpFile As String, _
    helpContext As Integer _
) As Boolean
'使用
Dim instance As IDTSComponentEvents
Dim errorCode As Integer
Dim subComponent As String
Dim description As String
Dim helpFile As String
Dim helpContext As Integer
Dim returnValue As Boolean

returnValue = instance.FireError(errorCode, _
    subComponent, description, helpFile, _
    helpContext)
bool FireError(
    int errorCode,
    string subComponent,
    string description,
    string helpFile,
    int helpContext
)
bool FireError(
    int errorCode, 
    String^ subComponent, 
    String^ description, 
    String^ helpFile, 
    int helpContext
)
abstract FireError : 
        errorCode:int * 
        subComponent:string * 
        description:string * 
        helpFile:string * 
        helpContext:int -> bool 
function FireError(
    errorCode : int, 
    subComponent : String, 
    description : String, 
    helpFile : String, 
    helpContext : int
) : boolean

パラメーター

  • subComponent
    型: System. . :: . .String
    イベント ソースについての詳細を含む String です。

戻り値

型: System. . :: . .Boolean
起動処理を続行するか停止するかを示す Boolean です。値が true の場合、起動処理が続行されます。

説明

いくつかのイベントには subComponent パラメータがあります。このパラメータを使用すると、より詳細なイベント ソースを指定できます。