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.
Implements
IMessageSynonymEntity, IEquatableSynonymEntity, IDeepCloneableSynonymEntity, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
SynonymEntity()
public SynonymEntity()
SynonymEntity(SynonymEntity)
public SynonymEntity(SynonymEntity other)
Parameter | |
---|---|
Name | Description |
other |
SynonymEntity |
Properties
CustomFeatures
public Struct CustomFeatures { get; set; }
Custom engine specific features.
Property Value | |
---|---|
Type | Description |
Struct |
SourceEntity
public string SourceEntity { get; set; }
The name of the entity for which the synonym is being created (the source).
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
DatabaseEntityType |