Compartir a través de


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.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<DefaultValueAttribute(KeyErrorLimitAction.StopProcessing)> _
<NotifyParentPropertyAttribute(True)> _
Public Property KeyErrorLimitAction As KeyErrorLimitAction
[DefaultValueAttribute(KeyErrorLimitAction.StopProcessing)] 
[NotifyParentPropertyAttribute(true)] 
public KeyErrorLimitAction KeyErrorLimitAction { get; set; }
[DefaultValueAttribute(KeyErrorLimitAction::StopProcessing)] 
[NotifyParentPropertyAttribute(true)] 
public:
property KeyErrorLimitAction KeyErrorLimitAction {
    KeyErrorLimitAction get ();
    void set (KeyErrorLimitAction value);
}
/** @property */
public KeyErrorLimitAction get_KeyErrorLimitAction ()

/** @property */
public void set_KeyErrorLimitAction (KeyErrorLimitAction value)
public function get KeyErrorLimitAction () : KeyErrorLimitAction

public function set KeyErrorLimitAction (value : KeyErrorLimitAction)

Valor de propiedad

The enumeration that corresponds to the allowed values for KeyErrorLimitAction.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ErrorConfiguration Class
ErrorConfiguration Members
Microsoft.AnalysisServices Namespace