Share via


Content 속성

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

네임스페이스:  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
A MiningContentNodeCollection that contains the top-level content nodes for the model.