SqlInt64.Implicit Operator
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Konverterar till en SqlInt64 struktur.
Överlagringar
| Name | Description |
|---|---|
| Implicit(SqlInt32 to SqlInt64) | |
| Implicit(Int64 to SqlInt64) |
Konverterar den långa parametern till SqlInt64. |
| Implicit(SqlByte to SqlInt64) | |
| Implicit(SqlInt16 to SqlInt64) |
Implicit(SqlInt32 to SqlInt64)
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- 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
Parametrar
Returer
En ny SqlInt64 struktur vars Value egenskap är Value lika med parameterns SqlInt32 egenskap.
Se även
Gäller för
Implicit(Int64 to SqlInt64)
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
Konverterar den långa parametern till 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
Parametrar
- x
- Int64
Ett långt heltalsvärde.
Returer
En ny SqlInt64 struktur vars Value värde är lika med den långa parametern.
Se även
Gäller för
Implicit(SqlByte to SqlInt64)
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- 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
Parametrar
Returer
En ny SqlInt64 struktur vars Value egenskap är Value lika med parameterns SqlByte egenskap.
Se även
Gäller för
Implicit(SqlInt16 to SqlInt64)
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- 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
Parametrar
Returer
En ny SqlInt64 struktur vars Value egenskap är Value lika med parameterns SqlInt16 egenskap.