SqlInt16.Explicit 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 et à partir de SqlInt16.
Surcharges
Explicit(SqlString to SqlInt16) | |
Explicit(SqlSingle to SqlInt16) | |
Explicit(SqlMoney to SqlInt16) | |
Explicit(SqlInt64 to SqlInt16) | |
Explicit(SqlInt16 to Int16) |
Convertit la structure SqlInt16 fournie en entier court. |
Explicit(SqlDouble to SqlInt16) | |
Explicit(SqlDecimal to SqlInt16) |
Convertit la structure SqlDecimal fournie en SqlInt16. |
Explicit(SqlBoolean to SqlInt16) |
Convertit la structure SqlBoolean fournie en SqlInt16. |
Explicit(SqlInt32 to SqlInt16) |
Explicit(SqlString to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlString x);
public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlString x);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlString) As SqlInt16
Paramètres
Retours
Nouvelle structure SqlInt16 dont la propriété Value est égale à la valeur représentée par le paramètre d'objet SqlString.
Remarques
La méthode équivalente pour cet opérateur est SqlString.ToSqlInt16()
Voir aussi
S’applique à
Explicit(SqlSingle to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlSingle x);
public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlSingle x);
static member op_Explicit : System.Data.SqlTypes.SqlSingle -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlSingle) As SqlInt16
Paramètres
Retours
Nouvelle structure SqlInt16 dont la propriété Value est égale à la partie entière du paramètre SqlSingle.
Remarques
La méthode équivalente pour cet opérateur est SqlSingle.ToSqlInt16()
Voir aussi
S’applique à
Explicit(SqlMoney to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlMoney x);
public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlMoney x);
static member op_Explicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlMoney) As SqlInt16
Paramètres
Retours
Nouvelle structure SqlInt16 dont la propriété Value est égale à la propriété Value du paramètre SqlMoney.
Remarques
La méthode équivalente pour cet opérateur est SqlMoney.ToSqlInt16()
Voir aussi
S’applique à
Explicit(SqlInt64 to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlInt64 x);
public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlInt64 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlInt64) As SqlInt16
Paramètres
Retours
Nouvelle structure SqlInt16 dont la propriété Value est égale à la propriété Value du paramètre SqlInt64.
Remarques
La méthode équivalente pour cet opérateur est SqlInt64.ToSqlInt16()
Voir aussi
S’applique à
Explicit(SqlInt16 to Int16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
Convertit la structure SqlInt16 fournie en entier court.
public:
static explicit operator short(System::Data::SqlTypes::SqlInt16 x);
public static explicit operator short (System.Data.SqlTypes.SqlInt16 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt16 -> int16
Public Shared Narrowing Operator CType (x As SqlInt16) As Short
Paramètres
Retours
Entier court dont la valeur est égale à la propriété Value du paramètre SqlInt16.
Voir aussi
S’applique à
Explicit(SqlDouble to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlDouble x);
public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlDouble x);
static member op_Explicit : System.Data.SqlTypes.SqlDouble -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlDouble) As SqlInt16
Paramètres
Retours
Nouvelle structure SqlInt16 dont la propriété Value est égale à la partie entière du paramètre SqlDouble.
Remarques
La méthode équivalente pour cet opérateur est SqlDouble.ToSqlInt16()
Voir aussi
S’applique à
Explicit(SqlDecimal to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
Convertit la structure SqlDecimal fournie en SqlInt16.
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlDecimal x);
public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlDecimal x);
static member op_Explicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlDecimal) As SqlInt16
Paramètres
Structure SqlDecimal.
Retours
Nouvelle structure SqlInt16 dont la propriété Value est égale à la propriété Value du paramètre SqlDecimal.
Remarques
La méthode équivalente pour cet opérateur est SqlDecimal.ToSqlInt16()
Voir aussi
S’applique à
Explicit(SqlBoolean to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
Convertit la structure SqlBoolean fournie en SqlInt16.
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlBoolean x);
public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlBoolean x);
static member op_Explicit : System.Data.SqlTypes.SqlBoolean -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlBoolean) As SqlInt16
Paramètres
Structure SqlBoolean.
Retours
Nouvelle structure SqlInt16 dont la propriété Value est égale à la propriété ByteValue du paramètre SqlBoolean.
Remarques
La méthode équivalente pour cet opérateur est SqlBoolean.ToSqlInt16()
Voir aussi
S’applique à
Explicit(SqlInt32 to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlInt32 x);
public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlInt32 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlInt32) As SqlInt16
Paramètres
Retours
Nouvelle structure SqlInt16 dont la propriété Value est égale à la propriété Value du paramètre SqlInt32 fourni.
Remarques
La méthode équivalente pour cet opérateur est SqlInt32.ToSqlInt16()