共用方式為


ConnectionCreateOrUpdateParameters interface

提供給建立或更新連接作業的參數。

屬性

connectionType

取得或設定連接的 connectionType。

description

取得或設定連接的描述。

fieldDefinitionValues

取得或設定連接的欄位定義屬性。

name

取得或設定連接的名稱。

屬性詳細資料

connectionType

取得或設定連接的 connectionType。

connectionType: ConnectionTypeAssociationProperty

屬性值

description

取得或設定連接的描述。

description?: string

屬性值

string

fieldDefinitionValues

取得或設定連接的欄位定義屬性。

fieldDefinitionValues?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

name

取得或設定連接的名稱。

name: string

屬性值

string