Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.EventConfig
-
Packages that use EventConfig Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of EventConfig in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return EventConfig Modifier and Type Method Description EventConfig[]
StartInstanceXEventRequest. getEventConfig()
Get 开启、关闭扩展事件Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type EventConfig Modifier and Type Method Description void
StartInstanceXEventRequest. setEventConfig(EventConfig[] EventConfig)
Set 开启、关闭扩展事件Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type EventConfig Constructor Description EventConfig(EventConfig 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.
-