Database.MiningStructures Property

Gets the collection of mining structures associated with a Database.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningStructures As MiningStructureCollection 
    Get
'Usage
Dim instance As Database 
Dim value As MiningStructureCollection 

value = instance.MiningStructures
[BrowsableAttribute(false)]
public MiningStructureCollection MiningStructures { get; }
[BrowsableAttribute(false)]
public:
property MiningStructureCollection^ MiningStructures {
    MiningStructureCollection^ get ();
}
[<BrowsableAttribute(false)>]
member MiningStructures : MiningStructureCollection
function get MiningStructures () : MiningStructureCollection

Property Value

Type: Microsoft.AnalysisServices.MiningStructureCollection
A collection of mining structures.

See Also

Reference

Database Class

Microsoft.AnalysisServices Namespace