Condividi tramite


IErrorCollectionService.GetErrors Metodo

Definizione

Recupera l'elenco degli errori e li archivia in un oggetto 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)

Restituisce

Oggetto ICollection che contiene gli errori.

Si applica a