Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Retrieves the list of errors and stores them in an ICollection.
Spazio dei nomi Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Sintassi
'Dichiarazione
Function GetErrors As ICollection(Of IComponentErrorInfo)
'Utilizzo
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>
Valore restituito
Tipo: System.Collections.Generic.ICollection<IComponentErrorInfo>
An ICollection that contains the errors.