AdomdConnection.MiningStructures Property

Gets an instance of a MiningStructureCollection that represents the collection of mining structures that an analytical data source contains.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningStructures As MiningStructureCollection
    Get
'Usage
Dim instance As AdomdConnection
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.AdomdClient.MiningStructureCollection
A MiningStructureCollection that represents the collection of mining structures contained by a multidimensional data source.