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 네임스페이스