ErrorConfiguration.KeyErrorLimit Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the number of errors allowed during processing.

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

Syntax

public long KeyErrorLimit { get; set; }
public:
property long long KeyErrorLimit {
    long long get();
    void set(long long value);
}
member KeyErrorLimit : int64 with get, set
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