次の方法で共有


SchemaId.Explicit 演算子

定義

オーバーロード

Explicit(SchemaId to Int32)
Explicit(Int32 to SchemaId)

Explicit(SchemaId to Int32)

public static explicit operator int (Microsoft.Azure.Cosmos.Serialization.HybridRow.SchemaId id);
static member op_Explicit : Microsoft.Azure.Cosmos.Serialization.HybridRow.SchemaId -> int
Public Shared Narrowing Operator CType (id As SchemaId) As Integer

パラメーター

戻り値

適用対象

Explicit(Int32 to SchemaId)

public static explicit operator Microsoft.Azure.Cosmos.Serialization.HybridRow.SchemaId (int id);
static member op_Explicit : int -> Microsoft.Azure.Cosmos.Serialization.HybridRow.SchemaId
Public Shared Narrowing Operator CType (id As Integer) As SchemaId

パラメーター

id
Int32

戻り値

適用対象