MiningContentNode.Children プロパティ
MiningContentNode の直接の子を含む MiningContentNodeCollection を取得します。
名前空間: Microsoft.AnalysisServices.AdomdServer
アセンブリ: msmgdsrv (msmgdsrv.dll)
構文
'宣言
Public ReadOnly Property Children As MiningContentNodeCollection
Get
'使用
Dim instance As MiningContentNode
Dim value As MiningContentNodeCollection
value = instance.Children
public MiningContentNodeCollection Children { get; }
public:
property MiningContentNodeCollection^ Children {
MiningContentNodeCollection^ get ();
}
member Children : MiningContentNodeCollection
function get Children () : MiningContentNodeCollection
プロパティ値
型: Microsoft.AnalysisServices.AdomdServer.MiningContentNodeCollection
MiningContentNode の直接の子を含む MiningContentNodeCollection です。