IErrorCollectionService.GetErrors Method

Definition

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

public:
 System::Collections::Generic::ICollection<Microsoft::SqlServer::Dts::Design::IComponentErrorInfo ^> ^ GetErrors();
public System.Collections.Generic.ICollection<Microsoft.SqlServer.Dts.Design.IComponentErrorInfo> GetErrors ();
abstract member GetErrors : unit -> System.Collections.Generic.ICollection<Microsoft.SqlServer.Dts.Design.IComponentErrorInfo>
Public Function GetErrors () As ICollection(Of IComponentErrorInfo)

Returns

An ICollection that contains the errors.

Applies to