Compartilhar via


SchemaId.Explicit Operador

Definição

Sobrecargas

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

Parâmetros

Retornos

Aplica-se a

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

Parâmetros

id
Int32

Retornos

Aplica-se a