IErrorCollectionService.GetErrors 方法

定義

抓取錯誤清單,並將它們儲存在 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)

傳回

ICollection<IComponentErrorInfo>

包含錯誤的 ICollection。

適用於