HsDescription

データ・ソース: Financial Management、Essbase、Hyperion Enterprise (プライベート接続のみ)

HsDescriptionは、指定されたディメンション・メンバーの別名を表示します。

構文

プライベート接続:

      HsDescription ("
      PrivateConnectionName
      ","
      Dimension
      #
      Member
      ")
   

共有接続:

      HsDescription ("WSFN|
      ProviderType
      |
      Server
      |
      Application
      |
      Database
      ","
      Dimension
      #
      Member
      ")
   

次の例では、HsDescriptionでCustom 4の説明を表示します。

プライベート接続:

      HsDescription("HFM01","Custom4#Increases")
   

共有接続:

      HsDescription("WSFN|HFM|hfm_svr|HFM01|HFM01","Custom4#Increases")