次の方法で共有


CanonicalPropertyValueType 構造体

定義

標準プロパティ値の型。

public readonly struct CanonicalPropertyValueType : IEquatable<Azure.ResourceManager.CustomerInsights.Models.CanonicalPropertyValueType>
type CanonicalPropertyValueType = struct
Public Structure CanonicalPropertyValueType
Implements IEquatable(Of CanonicalPropertyValueType)
継承
CanonicalPropertyValueType
実装

コンストラクター

CanonicalPropertyValueType(String)

CanonicalPropertyValueType の新しいインスタンスを初期化します。

プロパティ

Categorical

カテゴリ。

DerivedCategorical

DerivedCategorical。

DerivedNumeric

DerivedNumeric。

Numeric

数値。

メソッド

Equals(CanonicalPropertyValueType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(CanonicalPropertyValueType, CanonicalPropertyValueType)

2 つの CanonicalPropertyValueType 値が同じかどうかを判断します。

Implicit(String to CanonicalPropertyValueType)

文字列を CanonicalPropertyValueType に変換します。

Inequality(CanonicalPropertyValueType, CanonicalPropertyValueType)

2 つの CanonicalPropertyValueType 値が同じでないかどうかを判断します。

適用対象