ConnectionCreateOrUpdateParameters interface
연결 만들기 또는 업데이트 작업에 제공된 매개 변수입니다.
속성
connection |
연결의 connectionType을 가져오거나 설정합니다. |
description | 연결에 대한 설명을 가져오거나 설정합니다. |
field |
연결의 필드 정의 속성을 가져오거나 설정합니다. |
name | 연결의 이름을 가져오거나 설정합니다. |
속성 세부 정보
connectionType
연결의 connectionType을 가져오거나 설정합니다.
connectionType: ConnectionTypeAssociationProperty
속성 값
description
연결에 대한 설명을 가져오거나 설정합니다.
description?: string
속성 값
string
fieldDefinitionValues
연결의 필드 정의 속성을 가져오거나 설정합니다.
fieldDefinitionValues?: {[propertyName: string]: string}
속성 값
{[propertyName: string]: string}
name
연결의 이름을 가져오거나 설정합니다.
name: string
속성 값
string