Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.