IErrorCollectionService.GetErrors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.