GetErrors 메서드
Retrieves the list of errors and stores them in an ICollection.
네임스페이스: Microsoft.SqlServer.Dts.Design
어셈블리: Microsoft.SqlServer.Dts.Design.dll의 Microsoft.SqlServer.Dts.Design
구문
‘선언
Function GetErrors As ICollection(Of IComponentErrorInfo)
‘사용 방법
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>
반환 값
형식: System.Collections.Generic. . :: . .ICollection< (Of < ( <'IComponentErrorInfo> ) > ) >
An ICollection that contains the errors.