PackageRemote32Class.Errors Property

Definition

Gets the collection of errors associated with the package.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSErrors100 ^ Errors { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSErrors100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSErrors100 Errors { get; }
member this.Errors : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSErrors100
Public Overridable ReadOnly Property Errors As IDTSErrors100

Property Value

The collection of errors.

Implements

Applies to