ConnectionUriProperties interface
相關聯資料庫的連線 URI 參數
屬性
| branch |
與此連線相關聯的分支標識碼 |
| connection |
為資料庫返回的連接 URI |
| database |
與此連線相關聯的資料庫名稱 |
| endpoint |
具有此連線的端點標識碼 |
| is |
指出連接是否已集區 |
| project |
與此連線相關聯的項目標識碼 |
| role |
用於驗證的角色名稱 |
屬性詳細資料
branchId
與此連線相關聯的分支標識碼
branchId?: string
屬性值
string
connectionStringUri
為資料庫返回的連接 URI
connectionStringUri?: string
屬性值
string
databaseName
與此連線相關聯的資料庫名稱
databaseName?: string
屬性值
string
endpointId
具有此連線的端點標識碼
endpointId?: string
屬性值
string
isPooled
指出連接是否已集區
isPooled?: boolean
屬性值
boolean
projectId
與此連線相關聯的項目標識碼
projectId?: string
屬性值
string
roleName
用於驗證的角色名稱
roleName?: string
屬性值
string