Database Migration v1 API - Class UDTEntity (2.4.0)

public sealed class UDTEntity : IMessage<UDTEntity>, IEquatable<UDTEntity>, IDeepCloneable<UDTEntity>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Migration v1 API class UDTEntity.

UDT's parent is a schema.

Inheritance

object > UDTEntity

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

UDTEntity()

public UDTEntity()

UDTEntity(UDTEntity)

public UDTEntity(UDTEntity other)
Parameter
NameDescription
otherUDTEntity

Properties

CustomFeatures

public Struct CustomFeatures { get; set; }

Custom engine specific features.

Property Value
TypeDescription
Struct

UdtBody

public string UdtBody { get; set; }

The SQL code which creates the udt body.

Property Value
TypeDescription
string

UdtSqlCode

public string UdtSqlCode { get; set; }

The SQL code which creates the udt.

Property Value
TypeDescription
string