Database Migration v1 API - Class PackageEntity (2.5.0)

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

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

Package's parent is a schema.

Inheritance

object > PackageEntity

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

PackageEntity()

public PackageEntity()

PackageEntity(PackageEntity)

public PackageEntity(PackageEntity other)
Parameter
Name Description
other PackageEntity

Properties

CustomFeatures

public Struct CustomFeatures { get; set; }

Custom engine specific features.

Property Value
Type Description
Struct

PackageBody

public string PackageBody { get; set; }

The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.

Property Value
Type Description
string

PackageSqlCode

public string PackageSqlCode { get; set; }

The SQL code which creates the package.

Property Value
Type Description
string