Package | Description |
---|---|
com.tencentcloudapi.sqlserver.v20180328.models |
Modifier and Type | Method and Description |
---|---|
AccountPrivilege[] |
DBCreateInfo.getAccounts()
Get 数据库账号权限信息
|
AccountPrivilege[] |
DescribeAccountPrivilegeByDBResponse.getAccounts()
Get 账号权限列表
|
AccountPrivilege[] |
DBDetail.getAccounts()
Get 数据库账号权限信息
|
Modifier and Type | Method and Description |
---|---|
void |
DBCreateInfo.setAccounts(AccountPrivilege[] Accounts)
Set 数据库账号权限信息
|
void |
DescribeAccountPrivilegeByDBResponse.setAccounts(AccountPrivilege[] Accounts)
Set 账号权限列表
|
void |
DBDetail.setAccounts(AccountPrivilege[] Accounts)
Set 数据库账号权限信息
|
Constructor and Description |
---|
AccountPrivilege(AccountPrivilege source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2024. All rights reserved.