ErrorConfiguration.KeyErrorAction Property
Applies To: SQL Server (starting with 2016)
Gets or sets the action for Analysis Services to take when an error occurs on a key.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public KeyErrorAction KeyErrorAction { get; set; }
public:
property KeyErrorAction KeyErrorAction {
KeyErrorAction get();
void set(KeyErrorAction value);
}
member KeyErrorAction : KeyErrorAction with get, set
Public Property KeyErrorAction As KeyErrorAction
Property Value
Type: Microsoft.AnalysisServices.KeyErrorAction
An enumeration that corresponds to the allowed values for KeyErrorAction.
See Also
ErrorConfiguration Class
Microsoft.AnalysisServices Namespace
Return to top