IDTSInfoEvents.FireError Yöntemi
Hata harekete geçirilir.
Ad Alanı: Microsoft.SqlServer.Dts.Runtime
Derleme: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS içinde.dll)
Sözdizimi
'Bildirim
Function FireError ( _
errorCode As Integer, _
subComponent As String, _
description As String, _
helpFile As String, _
helpContext As Integer _
) As Boolean
'Kullanım
Dim instance As IDTSInfoEvents
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
Parametreler
- errorCode
Tür: System.Int32
Bir tamsayý , hata iletisi tanımlar.
- subComponent
Tür: System.String
Sub-module içinde kaynak tanımlayan isteğe bağlı bir dize.Örneğin, bir kanal görevi dönüştürme.
- description
Tür: System.String
İleti metni.
- helpFile
Tür: System.String
Ayrıntılı bilgi içeren Yardım dosyası yol.
- helpContext
Tür: System.Int32
Yardım dosyasındaki bir konu tanımlayıcısı.
Dönüş Değeri
Tür: System.Boolean
A Boole bu ne Açmadığınızda devam etmek veya Açmadığınızda durdurmak, gösterir.Değeri, doğru Açmadığınızda devam etmelidir gösterir.
Açıklamalar
Hata hakkında bilgi sağlar.