ConnectionUpdateParameters interface
提供給更新連接作業的參數。
屬性
description | 取得或設定連接的描述。 |
field |
取得或設定連接的欄位定義值。 |
name | 取得或設定連接的名稱。 |
屬性詳細資料
description
取得或設定連接的描述。
description?: string
屬性值
string
fieldDefinitionValues
取得或設定連接的欄位定義值。
fieldDefinitionValues?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
name
取得或設定連接的名稱。
name?: string
屬性值
string