KeyErrorLimitAction Enumeration

 

Applies To: SQL Server (starting with 2016)

Defines what happens when the KeyErrorLimit is exceeded.

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

Syntax

[GuidAttribute("FA79C76A-E3F2-4054-BCAE-E86EE728F342")]
public enum KeyErrorLimitAction
[GuidAttribute("FA79C76A-E3F2-4054-BCAE-E86EE728F342")]
public enum class KeyErrorLimitAction
[<GuidAttribute("FA79C76A-E3F2-4054-BCAE-E86EE728F342")>]
type KeyErrorLimitAction
<GuidAttribute("FA79C76A-E3F2-4054-BCAE-E86EE728F342")>
Public Enumeration KeyErrorLimitAction

Members

Member name Description
StopLogging

Stops logging errors.

StopProcessing

Stops processing.

See Also

Microsoft.AnalysisServices Namespace

Return to top