public sealed class FunctionEntity : IMessage<FunctionEntity>, IEquatable<FunctionEntity>, IDeepCloneable<FunctionEntity>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class FunctionEntity.
Function's parent is a schema.
Implements
IMessageFunctionEntity, IEquatableFunctionEntity, IDeepCloneableFunctionEntity, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
FunctionEntity()
public FunctionEntity()
FunctionEntity(FunctionEntity)
public FunctionEntity(FunctionEntity other)
Parameter | |
---|---|
Name | Description |
other | FunctionEntity |
Properties
CustomFeatures
public Struct CustomFeatures { get; set; }
Custom engine specific features.
Property Value | |
---|---|
Type | Description |
Struct |
SqlCode
public string SqlCode { get; set; }
The SQL code which creates the function.
Property Value | |
---|---|
Type | Description |
string |