Metoda IDTSComponentMetaData100.GetErrorDescription
Pobiera opis wewnętrznego Integration Services Kod błędu.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Function GetErrorDescription ( _
hrError As Integer _
) As String
'Użycie
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
Parametry
- hrError
Typ: System.Int32
Kod błędu, którego opis jest pobierany.
Wartość zwracana
Typ: System.String
A ciąg zawierający opis określonego kodu błędu.
Uwagi
Metoda ta jest wywoływana pobrać opisu kod błędu zdefiniowany przez Integration Services składnika.Są to kody błędów wymienionych w Błąd SSIS i odwołanie wiadomości.
Zobacz także