다음을 통해 공유


MiningModel.Content 속성

Gets a collection of top-level MiningContentNode objects for the model.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.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.AdomdClient.MiningContentNodeCollection
A collection of top-level content nodes for the model.

참고 항목

참조

MiningModel 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스