FireError メソッド (Int32, String, String, String)
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
アセンブリ: Microsoft.SqlServer.ASTasks (Microsoft.SqlServer.ASTasks.dll)
構文
'宣言
Protected Sub FireError ( _
errorCode As Integer, _
subComponent As String, _
message As String, _
helpLink As String _
)
'使用
Dim errorCode As Integer
Dim subComponent As String
Dim message As String
Dim helpLink As String
Me.FireError(errorCode, subComponent, _
message, helpLink)
protected void FireError(
int errorCode,
string subComponent,
string message,
string helpLink
)
protected:
void FireError(
int errorCode,
String^ subComponent,
String^ message,
String^ helpLink
)
member FireError :
errorCode:int *
subComponent:string *
message:string *
helpLink:string -> unit
protected function FireError(
errorCode : int,
subComponent : String,
message : String,
helpLink : String
)
パラメーター
- errorCode
型: System. . :: . .Int32
- subComponent
型: System. . :: . .String
- message
型: System. . :: . .String
- helpLink
型: System. . :: . .String