Database Migration v1 API - Class FunctionEntity (2.4.0)

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.

Inheritance

object > FunctionEntity

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

FunctionEntity()

public FunctionEntity()

FunctionEntity(FunctionEntity)

public FunctionEntity(FunctionEntity other)
Parameter
NameDescription
otherFunctionEntity

Properties

CustomFeatures

public Struct CustomFeatures { get; set; }

Custom engine specific features.

Property Value
TypeDescription
Struct

SqlCode

public string SqlCode { get; set; }

The SQL code which creates the function.

Property Value
TypeDescription
string