SqlByte.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 en parameter till en SqlByte.
Överlagringar
| Name | Description |
|---|---|
| Explicit(SqlString to SqlByte) | |
| Explicit(SqlSingle to SqlByte) | |
| Explicit(SqlMoney to SqlByte) | |
| Explicit(SqlInt64 to SqlByte) | |
| Explicit(SqlInt32 to SqlByte) | |
| Explicit(SqlDouble to SqlByte) | |
| Explicit(SqlDecimal to SqlByte) |
Konverterar den angivna SqlDecimal till SqlByte. |
| Explicit(SqlByte to Byte) |
Konverterar den angivna SqlByte strukturen till en byte. |
| Explicit(SqlBoolean to SqlByte) |
Konverterar parametern SqlBoolean till en SqlByte. |
| Explicit(SqlInt16 to SqlByte) |
Explicit(SqlString to SqlByte)
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlString x);
public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlString x);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlString) As SqlByte
Parametrar
En instans av SqlString klassen.
Returer
En SqlByte struktur vars Value egenskap är lika med det numeriska värdet som representeras av SqlString.
Kommentarer
Motsvarande metod för den här operatorn är SqlString.ToSqlByte()
Se även
Gäller för
Explicit(SqlSingle to SqlByte)
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlSingle x);
public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlSingle x);
static member op_Explicit : System.Data.SqlTypes.SqlSingle -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlSingle) As SqlByte
Parametrar
Returer
En SqlByte struktur vars Value egenskap är lika med Value parametern SqlSingle .
Kommentarer
Motsvarande metod för den här operatorn är SqlSingle.ToSqlByte()
Se även
Gäller för
Explicit(SqlMoney to SqlByte)
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlMoney x);
public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlMoney x);
static member op_Explicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlMoney) As SqlByte
Parametrar
- x
- SqlMoney
En SqlMoney struktur.
Returer
En SqlByte struktur vars Value egenskap är lika med Value parametern SqlMoney .
Kommentarer
Motsvarande metod för den här operatorn är SqlMoney.ToSqlByte()
Se även
Gäller för
Explicit(SqlInt64 to SqlByte)
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlInt64 x);
public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlInt64 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlInt64) As SqlByte
Parametrar
Returer
En SqlByte struktur vars Value egenskap är lika med Value parametern SqlInt64 .
Kommentarer
Motsvarande metod för den här operatorn är SqlInt64.ToSqlByte()
Se även
Gäller för
Explicit(SqlInt32 to SqlByte)
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlInt32 x);
public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlInt32 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlInt32) As SqlByte
Parametrar
Returer
En SqlByte struktur vars Value egenskap är lika med Value parametern SqlInt32 .
Kommentarer
Motsvarande metod för den här operatorn är SqlInt32.ToSqlByte()
Se även
Gäller för
Explicit(SqlDouble to SqlByte)
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlDouble x);
public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlDouble x);
static member op_Explicit : System.Data.SqlTypes.SqlDouble -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlDouble) As SqlByte
Parametrar
Returer
En SqlByte struktur vars Value egenskap är lika med Value parametern SqlDouble .
Kommentarer
Motsvarande metod för den här operatorn är SqlDouble.ToSqlByte()
Se även
Gäller för
Explicit(SqlDecimal to SqlByte)
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
Konverterar den angivna SqlDecimal till SqlByte.
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlDecimal x);
public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlDecimal x);
static member op_Explicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlDecimal) As SqlByte
Parametrar
En SqlDecimal struktur.
Returer
En SqlByte struktur vars Value egenskap är lika med Value parametern SqlDecimal .
Kommentarer
Motsvarande metod för den här operatorn är SqlDecimal.ToSqlByte()
Se även
Gäller för
Explicit(SqlByte to Byte)
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
Konverterar den angivna SqlByte strukturen till en byte.
public:
static explicit operator System::Byte(System::Data::SqlTypes::SqlByte x);
public static explicit operator byte(System.Data.SqlTypes.SqlByte x);
static member op_Explicit : System.Data.SqlTypes.SqlByte -> byte
Public Shared Narrowing Operator CType (x As SqlByte) As Byte
Parametrar
Returer
En byte vars värde är Value lika med parameterns SqlByte egenskap.
Se även
Gäller för
Explicit(SqlBoolean to SqlByte)
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
Konverterar parametern SqlBoolean till en SqlByte.
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlBoolean x);
public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlBoolean x);
static member op_Explicit : System.Data.SqlTypes.SqlBoolean -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlBoolean) As SqlByte
Parametrar
Parametern SqlBoolean som ska konverteras till en SqlByte.
Returer
En SqlByte vars Value egenskap är lika med den ByteValue angivna SqlBoolean parametern.
Kommentarer
Motsvarande metod för den här operatorn är SqlBoolean.ToSqlByte()
Se även
Gäller för
Explicit(SqlInt16 to SqlByte)
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
- Källa:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlInt16 x);
public static explicit operator System.Data.SqlTypes.SqlByte(System.Data.SqlTypes.SqlInt16 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlInt16) As SqlByte
Parametrar
Returer
En SqlByte struktur vars Value egenskap är lika med Value parametern SqlInt16 .
Kommentarer
Motsvarande metod för den här operatorn är SqlInt16.ToSqlByte()