Class Content.Types.SqlScript (2.1.0)

public sealed class SqlScript : IMessage<Content.Types.SqlScript>, IEquatable<Content.Types.SqlScript>, IDeepCloneable<Content.Types.SqlScript>, IBufferMessage, IMessage

Configuration for the Sql Script content.

Inheritance

Object > Content.Types.SqlScript

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

SqlScript()

public SqlScript()

SqlScript(Content.Types.SqlScript)

public SqlScript(Content.Types.SqlScript other)
Parameter
NameDescription
otherContent.Types.SqlScript

Properties

Engine

public Content.Types.SqlScript.Types.QueryEngine Engine { get; set; }

Required. Query Engine to be used for the Sql Query.

Property Value
TypeDescription
Content.Types.SqlScript.Types.QueryEngine