機械翻訳について

FirstChild

入力メンバーの最初の子を戻します。

構文

member.FirstChild
FirstChild ( member )

パラメータ

member

メンバー指定。 level-0メンバーの場合、FirstChildの出力は空のメンバーです。

SELECT
  {[Qtr1].firstchild} 
ON COLUMNS,
  {[Market].[Central].lastchild} 
ON ROWS
FROM Sample.Basic

表4-71 MDXからの出力グリッドの例

(軸) 1月
Colorado 585

関連項目

LastChild

FirstSibling