Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.DBPrivilegeModifyInfo
-
Packages that use DBPrivilegeModifyInfo Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of DBPrivilegeModifyInfo in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return DBPrivilegeModifyInfo Modifier and Type Method Description DBPrivilegeModifyInfo[]
AccountPrivilegeModifyInfo. getDBPrivileges()
Get 账号权限变更信息Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type DBPrivilegeModifyInfo Modifier and Type Method Description void
AccountPrivilegeModifyInfo. setDBPrivileges(DBPrivilegeModifyInfo[] DBPrivileges)
Set 账号权限变更信息Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type DBPrivilegeModifyInfo Constructor Description DBPrivilegeModifyInfo(DBPrivilegeModifyInfo 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.
-