Compartir a través de


MiningStructure.ErrorConfiguration Propiedad

Gets or sets the settings for handling errors that can occur when the MiningStructure is processed.

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

Sintaxis

'Declaración
Public Property ErrorConfiguration As ErrorConfiguration 
    Get 
    Set
'Uso
Dim instance As MiningStructure 
Dim value As ErrorConfiguration 

value = instance.ErrorConfiguration

instance.ErrorConfiguration = value
public ErrorConfiguration ErrorConfiguration { get; set; }
public:
property ErrorConfiguration^ ErrorConfiguration {
    ErrorConfiguration^ get ();
    void set (ErrorConfiguration^ value);
}
member ErrorConfiguration : ErrorConfiguration with get, set
function get ErrorConfiguration () : ErrorConfiguration 
function set ErrorConfiguration (value : ErrorConfiguration)

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.ErrorConfiguration
A ErrorConfiguration that specifies the settings for handling errors that can occur when the MiningStructure is processed.

Vea también

Referencia

MiningStructure Clase

Espacio de nombres Microsoft.AnalysisServices