Share via


MiningModel.Content 속성

모델에 대한 최상위 MiningContentNode 개체의 컬렉션을 가져옵니다.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.dll)

구문

‘선언
Public ReadOnly Property Content As MiningContentNodeCollection 
    Get
‘사용 방법
Dim instance As MiningModel 
Dim value As MiningContentNodeCollection 

value = instance.Content
public MiningContentNodeCollection Content { get; }
public:
property MiningContentNodeCollection^ Content {
    MiningContentNodeCollection^ get ();
}
member Content : MiningContentNodeCollection
function get Content () : MiningContentNodeCollection

속성 값

유형: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
모델에 대한 최상위 콘텐츠 노드를 포함하는 MiningContentNodeCollection입니다.

참고 항목

참조

MiningModel 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스