Metoda PipelineComponent.GetErrorOutputInfo
Zwraca indeks i identyfikator wyjścia błąd składnika.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline
Zestaw: Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)
Składnia
'Deklaracja
Public Function GetErrorOutputInfo ( _
ByRef iErrorOutputID As Integer, _
ByRef iErrorOutputIndex As Integer _
) As Boolean
'Użycie
Dim instance As PipelineComponent
Dim iErrorOutputID As Integer
Dim iErrorOutputIndex As Integer
Dim returnValue As Boolean
returnValue = instance.GetErrorOutputInfo(iErrorOutputID, _
iErrorOutputIndex)
public bool GetErrorOutputInfo(
ref int iErrorOutputID,
ref int iErrorOutputIndex
)
public:
bool GetErrorOutputInfo(
int% iErrorOutputID,
int% iErrorOutputIndex
)
member GetErrorOutputInfo :
iErrorOutputID:int byref *
iErrorOutputIndex:int byref -> bool
public function GetErrorOutputInfo(
iErrorOutputID : int,
iErrorOutputIndex : int
) : boolean
Parametry
- iErrorOutputID
Typ: System.Int32%
Zawiera identyfikator błędu IDTSOutput100 , gdy metoda zwraca.
- iErrorOutputIndex
Typ: System.Int32%
Zawiera indeks błędu IDTSOutput100 , gdy metoda zwraca.
Wartość zwracana
Typ: System.Boolean
TRUE Jeśli składnika IDTSOutput100 obiekt z IsErrorOut Właściwość zestaw do true; w przeciwnym razie false.
Uwagi
GetErrorOutputInfoFunkcja helper pochodzi od klasy podstawowej który pobiera dane wyjściowe błąd składnika.Jeśli składnik nie jest błąd wyjścia, metoda zwraca false.
Aby uzyskać więcej informacji, zobacz temat Użycie wyjść błąd w składniku przepływu danych.