Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the number of errors allowed during processing.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property KeyErrorLimit As Long
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Int64
The Integer value representing the maximum number of error messages allowed.