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 です。