IDTSComponentMetaData100.GetErrorDescription Yöntemi
Bir iç açıklamasını alır Integration Services hata kodu.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Derleme: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)
Sözdizimi
'Bildirim
Function GetErrorDescription ( _
hrError As Integer _
) As String
'Kullanım
Dim instance As IDTSComponentMetaData100
Dim hrError As Integer
Dim returnValue As String
returnValue = instance.GetErrorDescription(hrError)
string GetErrorDescription(
int hrError
)
String^ GetErrorDescription(
[InAttribute] int hrError
)
abstract GetErrorDescription :
hrError:int -> string
function GetErrorDescription(
hrError : int
) : String
Parametreler
- hrError
Tür: System.Int32
Hata kodu açıklaması alınır.
Dönüş Değeri
Tür: System.String
A dize , belirtilen hata kodunun açıklamasını içerir.
Açıklamalar
Tarafından tanımlanan bir hata kodu açıklaması almak için bu yöntem çağrılır bir Integration Services bileşeni.Listelenen hata kodlarından bunlar SSIS hata ve ileti başvurusu.
Ayrıca bkz.