Compartir a través de


ErrorConfiguration.KeyErrorLimit Propiedad

Gets or sets the number of errors allowed during processing.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property KeyErrorLimit As Long 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ErrorConfiguration Clase

Espacio de nombres Microsoft.AnalysisServices