CardinalityValue Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET