共用方式為


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 命名空間