다음을 통해 공유


SapEccProperties interface

SAP ECC 속성입니다.

Extends

속성

applicationServer

SAP ECC의 애플리케이션 서버입니다.

systemNumber

SAP ECC의 시스템 번호입니다.

상속된 속성

collection

컬렉션에 대한 참조입니다.

dataSourceCollectionMovingState

데이터 원본 컬렉션 이동 상태입니다.

속성 세부 정보

applicationServer

SAP ECC의 애플리케이션 서버입니다.

applicationServer?: string

속성 값

string

systemNumber

SAP ECC의 시스템 번호입니다.

systemNumber?: string

속성 값

string

상속된 속성 세부 정보

collection

컬렉션에 대한 참조입니다.

collection?: CollectionReference

속성 값

DataSourceProperties.collection 상속된

dataSourceCollectionMovingState

데이터 원본 컬렉션 이동 상태입니다.

dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"

속성 값

"Failed" | "Active" | "Moving"

DataSourceProperties.dataSourceCollectionMovingState 상속된