SqlInt64.Implicit Operatore

Definizione

Effettua la conversione a una struttura SqlInt64.

Overload

Implicit(SqlInt32 to SqlInt64)

Converte il parametro SqlInt32 fornito in SqlInt64.

Implicit(Int64 to SqlInt64)

Converte il parametro long SqlInt64.

Implicit(SqlByte to SqlInt64)

Converte il parametro SqlByte fornito in SqlInt64.

Implicit(SqlInt16 to SqlInt64)

Converte il parametro SqlInt16 fornito in SqlInt64.

Implicit(SqlInt32 to SqlInt64)

Origine:
SQLInt64.cs
Origine:
SQLInt64.cs
Origine:
SQLInt64.cs

Converte il parametro SqlInt32 fornito in SqlInt64.

C#
public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlInt32 x);

Parametri

x
SqlInt32

Struttura SqlInt32 da convertire.

Restituisce

Nuova struttura SqlInt64 la cui proprietà Value è uguale alla proprietà Value del parametro SqlInt32.

Vedi anche

Si applica a

.NET 9 e altre versioni
Prodotto Versioni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Implicit(Int64 to SqlInt64)

Origine:
SQLInt64.cs
Origine:
SQLInt64.cs
Origine:
SQLInt64.cs

Converte il parametro long SqlInt64.

C#
public static implicit operator System.Data.SqlTypes.SqlInt64 (long x);

Parametri

x
Int64

Valore long integer.

Restituisce

Nuova struttura SqlInt64 la cui proprietà Value è uguale al valore del parametro long.

Vedi anche

Si applica a

.NET 9 e altre versioni
Prodotto Versioni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Implicit(SqlByte to SqlInt64)

Origine:
SQLInt64.cs
Origine:
SQLInt64.cs
Origine:
SQLInt64.cs

Converte il parametro SqlByte fornito in SqlInt64.

C#
public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlByte x);

Parametri

x
SqlByte

Struttura SqlByte da convertire.

Restituisce

Nuova struttura SqlInt64 la cui proprietà Value è uguale alla proprietà Value del parametro SqlByte.

Vedi anche

Si applica a

.NET 9 e altre versioni
Prodotto Versioni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

Implicit(SqlInt16 to SqlInt64)

Origine:
SQLInt64.cs
Origine:
SQLInt64.cs
Origine:
SQLInt64.cs

Converte il parametro SqlInt16 fornito in SqlInt64.

C#
public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlInt16 x);

Parametri

x
SqlInt16

Struttura SqlInt16 da convertire.

Restituisce

Nuova struttura SqlInt64 la cui proprietà Value è uguale alla proprietà Value del parametro SqlInt16.

Vedi anche

Si applica a

.NET 9 e altre versioni
Prodotto Versioni
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1