Skip to content

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.

DdlOptional

public object Ddl { get; set; }
  • Type: object

DmlOptional

public object Dml { get; set; }
  • Type: object