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.

참고 항목

참조

AdomdConnection 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스