Bagikan melalui


MiningModel.FoldingParameters Property

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

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

Syntax

'Declaration
Public Property FoldingParameters As FoldingParameters 
    Get 
    Set
'Usage
Dim instance As MiningModel 
Dim value As FoldingParameters 

value = instance.FoldingParameters

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

Property Value

Type: Microsoft.AnalysisServices.FoldingParameters
The folding parameters associated with the mining model.

See Also

Reference

MiningModel Class

Microsoft.AnalysisServices Namespace