Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the action for Microsoft?SQL Server 2005 Analysis Services (SSAS) to take when an error occurs on a key.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property KeyErrorAction As KeyErrorAction
Get
Set
'Usage
Dim instance As ErrorConfiguration
Dim value As KeyErrorAction
value = instance.KeyErrorAction
instance.KeyErrorAction = value
public KeyErrorAction KeyErrorAction { get; set; }
public:
property KeyErrorAction KeyErrorAction {
KeyErrorAction get ();
void set (KeyErrorAction value);
}
member KeyErrorAction : KeyErrorAction with get, set
function get KeyErrorAction () : KeyErrorAction
function set KeyErrorAction (value : KeyErrorAction)
Property Value
Type: Microsoft.AnalysisServices.KeyErrorAction
An enumeration that corresponds to the allowed values for KeyErrorAction.