Share via


Package.Errors Property

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Errors As DtsErrors 
    Get
'Usage
Dim instance As Package 
Dim value As DtsErrors 

value = instance.Errors
[BrowsableAttribute(false)]
public DtsErrors Errors { get; }
[BrowsableAttribute(false)]
public:
property DtsErrors^ Errors {
    DtsErrors^ get ();
}
[<BrowsableAttribute(false)>]
member Errors : DtsErrors
function get Errors () : DtsErrors

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.DtsErrors
The collection of errors associated with the package.

See Also

Reference

Package Class

Microsoft.SqlServer.Dts.Runtime Namespace