MiningStructure.ErrorConfiguration Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlElementAttribute(IsNullable = false)]
[DefaultValueAttribute(null)]
public ErrorConfiguration ErrorConfiguration { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
[DefaultValueAttribute(null)]
property ErrorConfiguration^ ErrorConfiguration {
    ErrorConfiguration^ get();
    void set(ErrorConfiguration^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
[<DefaultValueAttribute(null)>]
member ErrorConfiguration : ErrorConfiguration with get, set
<XmlElementAttribute(IsNullable := False)>
<DefaultValueAttribute(Nothing)>
Public Property ErrorConfiguration As ErrorConfiguration

Property Value

Type: Microsoft.AnalysisServices.ErrorConfiguration

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

See Also

MiningStructure Class
Microsoft.AnalysisServices Namespace

Return to top