SqlInt64.Explicit 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 och från en SqlInt64.
Överlagringar
| Name | Description |
|---|---|
| Explicit(SqlString to SqlInt64) | |
| Explicit(SqlSingle to SqlInt64) | |
| Explicit(SqlMoney to SqlInt64) | |
| Explicit(SqlInt64 to Int64) |
Konverterar parametern SqlInt64 till lång. |
| Explicit(SqlDouble to SqlInt64) | |
| Explicit(SqlDecimal to SqlInt64) |
Konverterar den angivna SqlDecimal parametern till SqlInt64. |
| Explicit(SqlBoolean to SqlInt64) |
Konverterar den angivna SqlBoolean parametern till SqlInt64. |
Explicit(SqlString to SqlInt64)
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlString x);
public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlString x);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlString) As SqlInt64
Parametrar
Returer
En ny SqlInt64 vars Value är lika med värdet som representeras av parametern SqlString .
Se även
Gäller för
Explicit(SqlSingle to SqlInt64)
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlSingle x);
public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlSingle x);
static member op_Explicit : System.Data.SqlTypes.SqlSingle -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlSingle) As SqlInt64
Parametrar
Returer
En ny SqlInt64 struktur vars Value egenskap innehåller heltalsdelen av parametern SqlSingle .
Se även
Gäller för
Explicit(SqlMoney to SqlInt64)
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlMoney x);
public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlMoney x);
static member op_Explicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlMoney) As SqlInt64
Parametrar
Returer
En ny SqlInt64 struktur vars Value egenskap är lika med heltalsdelen av parametern SqlMoney .
Se även
Gäller för
Explicit(SqlInt64 to Int64)
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
Konverterar parametern SqlInt64 till lång.
public:
static explicit operator long(System::Data::SqlTypes::SqlInt64 x);
public static explicit operator long(System.Data.SqlTypes.SqlInt64 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt64 -> int64
Public Shared Narrowing Operator CType (x As SqlInt64) As Long
Parametrar
Returer
Ett nytt långt värde som är ValueSqlInt64lika med .
Se även
Gäller för
Explicit(SqlDouble to SqlInt64)
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlDouble x);
public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlDouble x);
static member op_Explicit : System.Data.SqlTypes.SqlDouble -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlDouble) As SqlInt64
Parametrar
Returer
En ny SqlInt64 struktur vars Value egenskap är lika med heltalsdelen av parametern SqlDouble .
Se även
Gäller för
Explicit(SqlDecimal to SqlInt64)
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
Konverterar den angivna SqlDecimal parametern till SqlInt64.
public:
static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlDecimal x);
public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlDecimal x);
static member op_Explicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlDecimal) As SqlInt64
Parametrar
Strukturen SqlDecimal som ska konverteras.
Returer
En ny SqlInt64 struktur vars Value är lika med heltalsdelen av parametern SqlDecimal .
Se även
Gäller för
Explicit(SqlBoolean to SqlInt64)
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
- Källa:
- SQLInt64.cs
Konverterar den angivna SqlBoolean parametern till SqlInt64.
public:
static explicit operator System::Data::SqlTypes::SqlInt64(System::Data::SqlTypes::SqlBoolean x);
public static explicit operator System.Data.SqlTypes.SqlInt64(System.Data.SqlTypes.SqlBoolean x);
static member op_Explicit : System.Data.SqlTypes.SqlBoolean -> System.Data.SqlTypes.SqlInt64
Public Shared Narrowing Operator CType (x As SqlBoolean) As SqlInt64
Parametrar
Strukturen SqlBoolean som ska konverteras.
Returer
En ny SqlInt64 struktur vars Value egenskap är lika med ByteValue parametern SqlBoolean .