SqlInt64.Implicit Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit en structure SqlInt64.
Surcharges
Implicit(SqlInt32 to SqlInt64) | |
Implicit(Int64 to SqlInt64) |
Convertit le paramètre de type Entier long en SqlInt64. |
Implicit(SqlByte to SqlInt64) | |
Implicit(SqlInt16 to SqlInt64) |
Implicit(SqlInt32 to SqlInt64)
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
public:
static operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlInt32 x);
public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlInt32 x);
static member op_Implicit : System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlInt64
Public Shared Widening Operator CType (x As SqlInt32) As SqlInt64
Paramètres
Retours
Nouvelle structure SqlInt64 dont la propriété Value est égale à la propriété Value du paramètre SqlInt32.
Voir aussi
S’applique à
Implicit(Int64 to SqlInt64)
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
Convertit le paramètre de type Entier long en SqlInt64.
public:
static operator System::Data::SqlTypes::SqlInt64(long x);
public static implicit operator System.Data.SqlTypes.SqlInt64 (long x);
static member op_Implicit : int64 -> System.Data.SqlTypes.SqlInt64
Public Shared Widening Operator CType (x As Long) As SqlInt64
Paramètres
- x
- Int64
Valeur de type Entier long.
Retours
Nouvelle structure SqlInt64 dont la propriété Value est égale à la valeur du paramètre de type Entier long.
Voir aussi
S’applique à
Implicit(SqlByte to SqlInt64)
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
public:
static operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlByte x);
public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlByte x);
static member op_Implicit : System.Data.SqlTypes.SqlByte -> System.Data.SqlTypes.SqlInt64
Public Shared Widening Operator CType (x As SqlByte) As SqlInt64
Paramètres
Retours
Nouvelle structure SqlInt64 dont la propriété Value est égale à la propriété Value du paramètre SqlByte.
Voir aussi
S’applique à
Implicit(SqlInt16 to SqlInt64)
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
- Source:
- SQLInt64.cs
public:
static operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlInt16 x);
public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlInt16 x);
static member op_Implicit : System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlInt64
Public Shared Widening Operator CType (x As SqlInt16) As SqlInt64
Paramètres
Retours
Nouvelle structure SqlInt64 dont la propriété Value est égale à la propriété Value du paramètre SqlInt16.