Database Migration v1 API - Class SynonymEntity (2.4.0)

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

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

Synonym's parent is a schema.

Inheritance

object > SynonymEntity

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

SynonymEntity()

public SynonymEntity()

SynonymEntity(SynonymEntity)

public SynonymEntity(SynonymEntity other)
Parameter
NameDescription
otherSynonymEntity

Properties

CustomFeatures

public Struct CustomFeatures { get; set; }

Custom engine specific features.

Property Value
TypeDescription
Struct

SourceEntity

public string SourceEntity { get; set; }

The name of the entity for which the synonym is being created (the source).

Property Value
TypeDescription
string

SourceType

public DatabaseEntityType SourceType { get; set; }

The type of the entity for which the synonym is being created (usually a table or a sequence).

Property Value
TypeDescription
DatabaseEntityType