Share via


ErrorConfiguration.KeyErrorLimitAction Property

Gets or sets the action Microsoft SQL Server 2005 Analysis Services (SSAS) takes when the key error count that is specified in the KeyErrorLimit element is reached.

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

Syntax

'Declaration
<DefaultValueAttribute(KeyErrorLimitAction.StopProcessing)> _
<NotifyParentPropertyAttribute(True)> _
Public Property KeyErrorLimitAction As KeyErrorLimitAction
[DefaultValueAttribute(KeyErrorLimitAction.StopProcessing)] 
[NotifyParentPropertyAttribute(true)] 
public KeyErrorLimitAction KeyErrorLimitAction { get; set; }
[DefaultValueAttribute(KeyErrorLimitAction::StopProcessing)] 
[NotifyParentPropertyAttribute(true)] 
public:
property KeyErrorLimitAction KeyErrorLimitAction {
    KeyErrorLimitAction get ();
    void set (KeyErrorLimitAction value);
}
/** @property */
public KeyErrorLimitAction get_KeyErrorLimitAction ()

/** @property */
public void set_KeyErrorLimitAction (KeyErrorLimitAction value)
public function get KeyErrorLimitAction () : KeyErrorLimitAction

public function set KeyErrorLimitAction (value : KeyErrorLimitAction)

Property Value

The enumeration that corresponds to the allowed values for KeyErrorLimitAction.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ErrorConfiguration Class
ErrorConfiguration Members
Microsoft.AnalysisServices Namespace