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.

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
<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)

屬性值

The enumeration that corresponds to the allowed values for KeyErrorLimitAction.

執行緒安全性

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

ErrorConfiguration Class
ErrorConfiguration Members
Microsoft.AnalysisServices Namespace