Share via


IErrorCollectionService.GetErrors Méthode

Définition

Récupère la liste des erreurs et les stocke dans un 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)

Retours

ICollection qui contient les erreurs.

S’applique à