Package.Errors Property

Definition

Gets the collection of errors associated with the package. This field is read-only.

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

Property Value

The collection of errors associated with the package.

Attributes

Applies to