Package.Errors Property

 

Applies To: SQL Server 2016 Preview

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

[BrowsableAttribute(false)]
public DtsErrors Errors { get; }
public:
[BrowsableAttribute(false)]
property DtsErrors^ Errors {
    DtsErrors^ get();
}
[<BrowsableAttribute(false)>]
member Errors : DtsErrors with get
<BrowsableAttribute(False)>
Public ReadOnly Property Errors As DtsErrors

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.DtsErrors

The collection of errors associated with the package.

See Also

Package Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top