你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OraclePartitionOption Struct

Definition

The partition mechanism that will be used for Oracle read in parallel.

public readonly struct OraclePartitionOption : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.OraclePartitionOption>
type OraclePartitionOption = struct
Public Structure OraclePartitionOption
Implements IEquatable(Of OraclePartitionOption)
Inheritance
OraclePartitionOption
Implements

Constructors

OraclePartitionOption(String)

Initializes a new instance of OraclePartitionOption.

Properties

DynamicRange

DynamicRange.

None

None.

PhysicalPartitionsOfTable

PhysicalPartitionsOfTable.

Methods

Equals(OraclePartitionOption)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(OraclePartitionOption, OraclePartitionOption)

Determines if two OraclePartitionOption values are the same.

Implicit(String to OraclePartitionOption)

Converts a String to a OraclePartitionOption.

Inequality(OraclePartitionOption, OraclePartitionOption)

Determines if two OraclePartitionOption values are not the same.

Applies to