Database Migration v1 API - Class PackageEntity (2.3.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
NameDescription
otherPackageEntity

Properties

CustomFeatures

public Struct CustomFeatures { get; set; }

Custom engine specific features.

Property Value
TypeDescription
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
TypeDescription
string

PackageSqlCode

public string PackageSqlCode { get; set; }

The SQL code which creates the package.

Property Value
TypeDescription
string