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

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

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection

A MiningStructureCollection that represents the collection of mining structures contained by a multidimensional data source.

See Also

AdomdConnection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top