public sealed class UDTEntity : IMessage<UDTEntity>, IEquatable<UDTEntity>, IDeepCloneable<UDTEntity>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class UDTEntity.
UDT's parent is a schema.
Implements
IMessageUDTEntity, IEquatableUDTEntity, IDeepCloneableUDTEntity, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
UDTEntity()
public UDTEntity()UDTEntity(UDTEntity)
public UDTEntity(UDTEntity other)| Parameter | |
|---|---|
| Name | Description |
other |
UDTEntity |
Properties
CustomFeatures
public Struct CustomFeatures { get; set; }Custom engine specific features.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
UdtBody
public string UdtBody { get; set; }The SQL code which creates the udt body.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UdtSqlCode
public string UdtSqlCode { get; set; }The SQL code which creates the udt.
| Property Value | |
|---|---|
| Type | Description |
string |
|