IDTSPackage100.Errors Property

Definition

Gets the collection of errors associated with the package.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSErrors100 ^ Errors { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSErrors100 ^ get(); };
[System.Runtime.InteropServices.DispId(74)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSErrors100 Errors { [System.Runtime.InteropServices.DispId(74)] get; }
[<System.Runtime.InteropServices.DispId(74)>]
[<get: System.Runtime.InteropServices.DispId(74)>]
member this.Errors : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSErrors100
Public ReadOnly Property Errors As IDTSErrors100

Property Value

The collection of errors associated with the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to