次の方法で共有


EntityProperty コンストラクター

定義

オーバーロード

EntityProperty(Byte[])

プロパティのバイト配列値を使用して、EntityProperty クラスの新しいインスタンスを初期化します。

EntityProperty(Nullable<Boolean>)

プロパティの EntityProperty 値を使用して、Boolean クラスの新しいインスタンスを初期化します。

EntityProperty(Nullable<DateTime>)

プロパティの EntityProperty 値を使用して、DateTime クラスの新しいインスタンスを初期化します。

EntityProperty(Nullable<DateTimeOffset>)

プロパティの EntityProperty 値を使用して、DateTimeOffset クラスの新しいインスタンスを初期化します。

EntityProperty(Nullable<Double>)

プロパティの EntityProperty 値を使用して、Double クラスの新しいインスタンスを初期化します。

EntityProperty(Nullable<Guid>)

プロパティの EntityProperty 値を使用して、Guid クラスの新しいインスタンスを初期化します。

EntityProperty(Nullable<Int32>)

プロパティの EntityProperty 値を使用して、Int32 クラスの新しいインスタンスを初期化します。

EntityProperty(Nullable<Int64>)

プロパティの EntityProperty 値を使用して、Int64 クラスの新しいインスタンスを初期化します。

EntityProperty(String)

プロパティの EntityProperty 値を使用して、String クラスの新しいインスタンスを初期化します。

EntityProperty(Byte[])

プロパティのバイト配列値を使用して、EntityProperty クラスの新しいインスタンスを初期化します。

public EntityProperty (byte[] input);
new Microsoft.Azure.Cosmos.Table.EntityProperty : byte[] -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Sub New (input As Byte())

パラメーター

input
Byte[]

新しい EntityProperty の値です。

適用対象

EntityProperty(Nullable<Boolean>)

プロパティの EntityProperty 値を使用して、Boolean クラスの新しいインスタンスを初期化します。

public EntityProperty (bool? input);
new Microsoft.Azure.Cosmos.Table.EntityProperty : Nullable<bool> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Sub New (input As Nullable(Of Boolean))

パラメーター

input
Nullable<Boolean>

新しい EntityProperty の値です。

適用対象

EntityProperty(Nullable<DateTime>)

プロパティの EntityProperty 値を使用して、DateTime クラスの新しいインスタンスを初期化します。

public EntityProperty (DateTime? input);
new Microsoft.Azure.Cosmos.Table.EntityProperty : Nullable<DateTime> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Sub New (input As Nullable(Of DateTime))

パラメーター

input
Nullable<DateTime>

新しい EntityProperty の値です。

適用対象

EntityProperty(Nullable<DateTimeOffset>)

プロパティの EntityProperty 値を使用して、DateTimeOffset クラスの新しいインスタンスを初期化します。

public EntityProperty (DateTimeOffset? input);
new Microsoft.Azure.Cosmos.Table.EntityProperty : Nullable<DateTimeOffset> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Sub New (input As Nullable(Of DateTimeOffset))

パラメーター

input
Nullable<DateTimeOffset>

新しい EntityProperty の値です。

適用対象

EntityProperty(Nullable<Double>)

プロパティの EntityProperty 値を使用して、Double クラスの新しいインスタンスを初期化します。

public EntityProperty (double? input);
new Microsoft.Azure.Cosmos.Table.EntityProperty : Nullable<double> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Sub New (input As Nullable(Of Double))

パラメーター

input
Nullable<Double>

新しい EntityProperty の値です。

適用対象

EntityProperty(Nullable<Guid>)

プロパティの EntityProperty 値を使用して、Guid クラスの新しいインスタンスを初期化します。

public EntityProperty (Guid? input);
new Microsoft.Azure.Cosmos.Table.EntityProperty : Nullable<Guid> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Sub New (input As Nullable(Of Guid))

パラメーター

input
Nullable<Guid>

新しい EntityProperty の値です。

適用対象

EntityProperty(Nullable<Int32>)

プロパティの EntityProperty 値を使用して、Int32 クラスの新しいインスタンスを初期化します。

public EntityProperty (int? input);
new Microsoft.Azure.Cosmos.Table.EntityProperty : Nullable<int> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Sub New (input As Nullable(Of Integer))

パラメーター

input
Nullable<Int32>

新しい EntityProperty の値です。

適用対象

EntityProperty(Nullable<Int64>)

プロパティの EntityProperty 値を使用して、Int64 クラスの新しいインスタンスを初期化します。

public EntityProperty (long? input);
new Microsoft.Azure.Cosmos.Table.EntityProperty : Nullable<int64> -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Sub New (input As Nullable(Of Long))

パラメーター

input
Nullable<Int64>

新しい EntityProperty の値です。

適用対象

EntityProperty(String)

プロパティの EntityProperty 値を使用して、String クラスの新しいインスタンスを初期化します。

public EntityProperty (string input);
new Microsoft.Azure.Cosmos.Table.EntityProperty : string -> Microsoft.Azure.Cosmos.Table.EntityProperty
Public Sub New (input As String)

パラメーター

input
String

新しい EntityProperty の値です。

適用対象