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)

public:
property long long KeyErrorLimit {
	long long get();
	void set(long long value);
}

Property Value

Type: System::Int64

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

Return to top
Show: