MiningModel.FoldingParameters Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the folding parameters associated with the mining model.

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

Syntax

[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2008/engine/100/100")]
public FoldingParameters FoldingParameters { get; set; }
public:
[XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2008/engine/100/100")]
property FoldingParameters^ FoldingParameters {
    FoldingParameters^ get();
    void set(FoldingParameters^ value);
}
[<XmlElementAttribute(IsNullable = false, Namespace = "https://schemas.microsoft.com/analysisservices/2008/engine/100/100")>]
member FoldingParameters : FoldingParameters with get, set
<XmlElementAttribute(IsNullable := False, Namespace := "https://schemas.microsoft.com/analysisservices/2008/engine/100/100")>
Public Property FoldingParameters As FoldingParameters

Property Value

Type: Microsoft.AnalysisServices.FoldingParameters

The folding parameters associated with the mining model.

See Also

MiningModel Class
Microsoft.AnalysisServices Namespace

Return to top