Share via


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.