Compartir a través de


ErrorConfiguration.KeyErrorLimitAction Propiedad

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.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property KeyErrorLimitAction As KeyErrorLimitAction 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ErrorConfiguration Clase

Espacio de nombres Microsoft.AnalysisServices