ErrorConfiguration.KeyErrorLimitAction Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the action Analysis Services takes when the key error count that is specified in the KeyErrorLimit element is reached.

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

Syntax

public KeyErrorLimitAction KeyErrorLimitAction { get; set; }
public:
property KeyErrorLimitAction KeyErrorLimitAction {
    KeyErrorLimitAction get();
    void set(KeyErrorLimitAction value);
}
member KeyErrorLimitAction : KeyErrorLimitAction with get, set
Public Property KeyErrorLimitAction As KeyErrorLimitAction

Property Value

Type: Microsoft.AnalysisServices.KeyErrorLimitAction

The enumeration that corresponds to the allowed values for KeyErrorLimitAction.

See Also

ErrorConfiguration Class
Microsoft.AnalysisServices Namespace

Return to top