Condividi tramite


Metodo IErrorCollectionService.GetErrors

Retrieves the list of errors and stores them in an ICollection.

Spazio dei nomi  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Sintassi

'Dichiarazione
Function GetErrors As ICollection(Of IComponentErrorInfo)
'Utilizzo
Dim instance As IErrorCollectionService 
Dim returnValue As ICollection(Of IComponentErrorInfo)

returnValue = instance.GetErrors()
ICollection<IComponentErrorInfo> GetErrors()
ICollection<IComponentErrorInfo^>^ GetErrors()
abstract GetErrors : unit -> ICollection<IComponentErrorInfo> 
function GetErrors() : ICollection<IComponentErrorInfo>

Valore restituito

Tipo: System.Collections.Generic.ICollection<IComponentErrorInfo>
An ICollection that contains the errors.

Vedere anche

Riferimento

IErrorCollectionService Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Design