Метод IErrorCollectionService.GetErrors

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

Пространство имен:  Microsoft.SqlServer.Dts.Design
Сборка:  Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)

Синтаксис

'Декларация
Function GetErrors As ICollection(Of IComponentErrorInfo)
'Применение
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>

Возвращаемое значение

Тип: System.Collections.Generic.ICollection<IComponentErrorInfo>
An ICollection that contains the errors.

См. также

Справочник

IErrorCollectionService Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Design