public sealed class PackageEntity : IMessage<PackageEntity>, IEquatable<PackageEntity>, IDeepCloneable<PackageEntity>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class PackageEntity.
Package's parent is a schema.
Implements
IMessagePackageEntity, IEquatablePackageEntity, IDeepCloneablePackageEntity, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
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 |
|