MiningStructure.MiningModels Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of MiningModel objects associated with a MiningStructure.

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

Syntax

[BrowsableAttribute(false)]
[XmlArrayItemAttribute(typeof(MiningModel), ElementName = "MiningModel")]
public MiningModelCollection MiningModels { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayItemAttribute((MiningModel^::typeid), ElementName = "MiningModel")]
property MiningModelCollection^ MiningModels {
    MiningModelCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayItemAttribute(typeof(MiningModel), ElementName = "MiningModel")>]
member MiningModels : MiningModelCollection with get
<BrowsableAttribute(False)>
<XmlArrayItemAttribute(GetType(MiningModel), ElementName := "MiningModel")>
Public ReadOnly Property MiningModels As MiningModelCollection

Property Value

Type: Microsoft.AnalysisServices.MiningModelCollection

A MiningModelCollection that contains the collection of MiningModel objects associated with a MiningStructure.

See Also

MiningStructure Class
Microsoft.AnalysisServices Namespace

Return to top