Udostępnij przez


MiningModel.FoldingParameters Property

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

Syntax

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

/** @property */
public void set_FoldingParameters (FoldingParameters value)
public function get FoldingParameters () : FoldingParameters

public function set FoldingParameters (value : FoldingParameters)

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.