データ モデルの説明を書き出す

データ モデルの説明を書き出すには

  1. Infrastructure Administrator で、次のいずれかを実行します。
    • [エンタープライズ]をクリックし、エンタープライズ インダストリ モデルに接続します。プロジェクトを開きます。
    • [ファイル]をクリックして、インダストリ モデルの図面またはテンプレートを開きます。
  2. [インダストリ モデル]メニュー > [SQL Sheet]をクリックします。
  3. [SQL Sheet]で、次のコマンドを実行します。
    excel select a.name Topic_Name, 
    a.caption Topic_Caption, 
    b.f_class_name FeatureClass_Name, 
    b.caption FeatureClass_Caption, 
    c.name Attribute_Name, 
    c.caption Attribute_Caption, 
    c.description Attribute_Description 
    from tb_topic a, tb_dictionary b, 
    tb_attribute c 
    where a.id = b.topic_id