共用方式為


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.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property KeyErrorLimitAction As KeyErrorLimitAction 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

ErrorConfiguration 類別

Microsoft.AnalysisServices 命名空間