Свойство 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.