Dimension.MiningModel Property

 

Applies To: SQL Server 2016 Preview

Gets the details of an individual mining model associated with a Dimension object.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public MiningModel MiningModel { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property MiningModel^ MiningModel {
    MiningModel^ get();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member MiningModel : MiningModel with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property MiningModel As MiningModel

Property Value

Type: Microsoft.AnalysisServices.MiningModel

The details of an individual mining model associated with a Dimension object.

See Also

Dimension Class
Microsoft.AnalysisServices Namespace

Return to top