Package | Description |
---|---|
com.tencentcloudapi.sqlserver.v20180328.models |
Modifier and Type | Method and Description |
---|---|
DBPrivilege[] |
AccountCreateInfo.getDBPrivileges()
Get List of database permissions
|
DBPrivilege[] |
AccountDetail.getDbs()
Get Information of read and write permissions of this account on relevant databases
|
Modifier and Type | Method and Description |
---|---|
void |
AccountCreateInfo.setDBPrivileges(DBPrivilege[] DBPrivileges)
Set List of database permissions
|
void |
AccountDetail.setDbs(DBPrivilege[] Dbs)
Set Information of read and write permissions of this account on relevant databases
|
Constructor and Description |
---|
DBPrivilege(DBPrivilege 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 © 2021. All rights reserved.