Package.Errors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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