Class SourceSqlChange
Options to configure rule type SourceSqlChange. The rule is used to alter the sql code for database entities. The rule filter field can refer to one entity. The rule scope can be: StoredProcedure, Function, Trigger, View
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SourceSqlChange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SqlCode
Required. Sql code for source (stored procedure, function, trigger or view)
Declaration
[JsonProperty("sqlCode")]
public virtual string SqlCode { get; set; }
Property Value
Type | Description |
---|---|
string |