Condividi tramite


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.

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

Sintassi

'Dichiarazione
<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)

Valore proprietà

The enumeration that corresponds to the allowed values for KeyErrorLimitAction.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

ErrorConfiguration Class
ErrorConfiguration Members
Microsoft.AnalysisServices Namespace