Database.MiningStructures Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of mining structures associated with a Database.

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

Syntax

[XmlArrayAttribute]
[XmlArrayItemAttribute("MiningStructure")]
[BrowsableAttribute(false)]
public MiningStructureCollection MiningStructures { get; }
public:
[XmlArrayAttribute]
[XmlArrayItemAttribute("MiningStructure")]
[BrowsableAttribute(false)]
property MiningStructureCollection^ MiningStructures {
    MiningStructureCollection^ get();
}
[<XmlArrayAttribute>]
[<XmlArrayItemAttribute("MiningStructure")>]
[<BrowsableAttribute(false)>]
member MiningStructures : MiningStructureCollection with get
<XmlArrayAttribute>
<XmlArrayItemAttribute("MiningStructure")>
<BrowsableAttribute(False)>
Public ReadOnly Property MiningStructures As MiningStructureCollection

Property Value

Type: Microsoft.AnalysisServices.MiningStructureCollection

A collection of mining structures.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top