Proprietà ErrorConfiguration.KeyErrorLimitAction

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.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property KeyErrorLimitAction As KeyErrorLimitAction 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.AnalysisServices.KeyErrorLimitAction
The enumeration that corresponds to the allowed values for KeyErrorLimitAction.

Vedere anche

Riferimento

ErrorConfiguration Classe

Spazio dei nomi Microsoft.AnalysisServices