Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.DBRemark
-
Packages that use DBRemark Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of DBRemark in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return DBRemark Modifier and Type Method Description DBRemark[]
ModifyDBRemarkRequest. getDBRemarks()
Get 数据库名称及备注数组,每个元素包含数据库名和对应的备注Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type DBRemark Modifier and Type Method Description void
ModifyDBRemarkRequest. setDBRemarks(DBRemark[] DBRemarks)
Set 数据库名称及备注数组,每个元素包含数据库名和对应的备注Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type DBRemark Constructor Description DBRemark(DBRemark 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.
-