SubscriptionDataTypeProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dts;
new SubscriptionDataTypeProperty {
object Ddl = null,
object Dml = null
};
Properties
Name | Type | Description |
---|---|---|
Ddl |
object |
No description. |
Dml |
object |
No description. |
Ddl
Optional
public object Ddl { get; set; }
- Type: object
Dml
Optional
public object Dml { get; set; }
- Type: object