Package.Errors 属性

定义

获取与包关联的错误的集合。 此字段为只读。

public:
 property Microsoft::SqlServer::Dts::Runtime::DtsErrors ^ Errors { Microsoft::SqlServer::Dts::Runtime::DtsErrors ^ get(); };
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Runtime.DtsErrors Errors { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Errors : Microsoft.SqlServer.Dts.Runtime.DtsErrors
Public ReadOnly Property Errors As DtsErrors

属性值

DtsErrors

与包关联的错误的集合。

属性

适用于