데이터 모형 설명 내보내기

데이터 모형 설명을 내보내려면

  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