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
Public Property KeyErrorLimitAction As KeyErrorLimitAction
Get
Set
'Usage
Dim instance As ErrorConfiguration
Dim value As KeyErrorLimitAction
value = instance.KeyErrorLimitAction
instance.KeyErrorLimitAction = value
public KeyErrorLimitAction KeyErrorLimitAction { get; set; }
public:
property KeyErrorLimitAction KeyErrorLimitAction {
KeyErrorLimitAction get ();
void set (KeyErrorLimitAction value);
}
member KeyErrorLimitAction : KeyErrorLimitAction with get, set
function get KeyErrorLimitAction () : KeyErrorLimitAction
function set KeyErrorLimitAction (value : KeyErrorLimitAction)
Property Value
Type: Microsoft.AnalysisServices.KeyErrorLimitAction
The enumeration that corresponds to the allowed values for KeyErrorLimitAction.