ErrorConfiguration.KeyErrorLimit 속성

Gets or sets the number of errors allowed during processing.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property KeyErrorLimit As Long 
    Get 
    Set
‘사용 방법
Dim instance As ErrorConfiguration 
Dim value As Long 

value = instance.KeyErrorLimit

instance.KeyErrorLimit = value
public long KeyErrorLimit { get; set; }
public:
property long long KeyErrorLimit {
    long long get ();
    void set (long long value);
}
member KeyErrorLimit : int64 with get, set
function get KeyErrorLimit () : long 
function set KeyErrorLimit (value : long)

속성 값

유형: System.Int64
The Integer value representing the maximum number of error messages allowed.

참고 항목

참조

ErrorConfiguration 클래스

Microsoft.AnalysisServices 네임스페이스