AdomdConnection.MiningStructures 屬性
Gets an instance of a MiningStructureCollection that represents the collection of mining structures that an analytical data source contains.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property MiningStructures As MiningStructureCollection
Get
'用途
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
屬性值
型別:Microsoft.AnalysisServices.AdomdClient.MiningStructureCollection
A MiningStructureCollection that represents the collection of mining structures contained by a multidimensional data source.