PackageNeutralClass.Errors Property

Definition

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

Property Value

The collection of errors.

Implements

Remarks

For more information, see Package.

Applies to