Freigeben über


CardinalityValue Struct

Definition

Cardinality.

public readonly struct CardinalityValue : IEquatable<Azure.Analytics.Purview.DataMap.CardinalityValue>
type CardinalityValue = struct
Public Structure CardinalityValue
Implements IEquatable(Of CardinalityValue)
Inheritance
CardinalityValue
Implements

Constructors

CardinalityValue(String)

Initializes a new instance of CardinalityValue.

Properties

List

list.

Set

set.

Single

single.

Methods

Equals(CardinalityValue)

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(CardinalityValue, CardinalityValue)

Determines if two CardinalityValue values are the same.

Implicit(String to CardinalityValue)

Converts a string to a CardinalityValue.

Inequality(CardinalityValue, CardinalityValue)

Determines if two CardinalityValue values are not the same.

Applies to