ErrorConfiguration.KeyErrorLimit Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the number of errors allowed during processing.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(0)]
public long KeyErrorLimit { get; set; }
public:
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(0)]
property long long KeyErrorLimit {
    long long get();
    void set(long long value);
}
[<NotifyParentPropertyAttribute(true)>]
[<DefaultValueAttribute(0)>]
member KeyErrorLimit : int64 with get, set
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute(0)>
Public Property KeyErrorLimit As Long

Property Value

Type: System.Int64

The Integer value representing the maximum number of error messages allowed.

See Also

ErrorConfiguration Class
Microsoft.AnalysisServices Namespace

Return to top