SqlInt32.Explicit Opérateur

Définition

Convertit en et à partir de SqlInt32.

Surcharges

Explicit(SqlString to SqlInt32)

Convertit l'objet SqlString fourni en SqlInt32.

Explicit(SqlSingle to SqlInt32)

Convertit le SqlSingle fourni en SqlInt32.

Explicit(SqlMoney to SqlInt32)

Convertit la structure SqlMoney fournie en SqlInt32.

Explicit(SqlInt64 to SqlInt32)

Convertit le SqlInt64 fourni en SqlInt32.

Explicit(SqlInt32 to Int32)

Convertit la structure SqlInt32 fournie en entier.

Explicit(SqlDouble to SqlInt32)

Convertit le SqlDouble fourni en SqlInt32.

Explicit(SqlDecimal to SqlInt32)

Convertit la structure SqlDecimal fournie en SqlInt32.

Explicit(SqlBoolean to SqlInt32)

Convertit le SqlBoolean fourni en SqlInt32.

Explicit(SqlString to SqlInt32)

Source:
SQLInt32.cs
Source:
SQLInt32.cs
Source:
SQLInt32.cs

Convertit l'objet SqlString fourni en SqlInt32.

public:
 static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlString x);
public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlString x);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlString) As SqlInt32

Paramètres

x
SqlString

Objet SqlString.

Retours

Nouvelle structure SqlInt32 dont la propriété Value est égale à la valeur représentée par le paramètre SqlString.

Remarques

La méthode équivalente pour cet opérateur est SqlString.ToSqlInt32()

Voir aussi

S’applique à

Explicit(SqlSingle to SqlInt32)

Source:
SQLInt32.cs
Source:
SQLInt32.cs
Source:
SQLInt32.cs

Convertit le SqlSingle fourni en SqlInt32.

public:
 static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlSingle x);
public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlSingle x);
static member op_Explicit : System.Data.SqlTypes.SqlSingle -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlSingle) As SqlInt32

Paramètres

x
SqlSingle

Structure SqlSingle.

Retours

Nouvelle structure SqlInt32 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.ToSqlInt32()

Voir aussi

S’applique à

Explicit(SqlMoney to SqlInt32)

Source:
SQLInt32.cs
Source:
SQLInt32.cs
Source:
SQLInt32.cs

Convertit la structure SqlMoney fournie en SqlInt32.

public:
 static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlMoney x);
public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlMoney x);
static member op_Explicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlMoney) As SqlInt32

Paramètres

x
SqlMoney

Structure SqlMoney.

Retours

Nouvelle structure SqlInt32 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.ToSqlInt32()

Voir aussi

S’applique à

Explicit(SqlInt64 to SqlInt32)

Source:
SQLInt32.cs
Source:
SQLInt32.cs
Source:
SQLInt32.cs

Convertit le SqlInt64 fourni en SqlInt32.

public:
 static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlInt64 x);
public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlInt64 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlInt64) As SqlInt32

Paramètres

x
SqlInt64

Structure SqlInt64.

Retours

Nouvelle structure SqlInt32 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.ToSqlInt32()

Voir aussi

S’applique à

Explicit(SqlInt32 to Int32)

Source:
SQLInt32.cs
Source:
SQLInt32.cs
Source:
SQLInt32.cs

Convertit la structure SqlInt32 fournie en entier.

public:
 static explicit operator int(System::Data::SqlTypes::SqlInt32 x);
public static explicit operator int (System.Data.SqlTypes.SqlInt32 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt32 -> int
Public Shared Narrowing Operator CType (x As SqlInt32) As Integer

Paramètres

x
SqlInt32

Structure SqlInt32.

Retours

Valeur entière convertie.

Voir aussi

S’applique à

Explicit(SqlDouble to SqlInt32)

Source:
SQLInt32.cs
Source:
SQLInt32.cs
Source:
SQLInt32.cs

Convertit le SqlDouble fourni en SqlInt32.

public:
 static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlDouble x);
public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlDouble x);
static member op_Explicit : System.Data.SqlTypes.SqlDouble -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlDouble) As SqlInt32

Paramètres

x
SqlDouble

Structure SqlDouble.

Retours

Nouvelle structure SqlInt32 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.ToSqlInt32()

Voir aussi

S’applique à

Explicit(SqlDecimal to SqlInt32)

Source:
SQLInt32.cs
Source:
SQLInt32.cs
Source:
SQLInt32.cs

Convertit la structure SqlDecimal fournie en SqlInt32.

public:
 static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlDecimal x);
public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlDecimal x);
static member op_Explicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlDecimal) As SqlInt32

Paramètres

x
SqlDecimal

Structure SqlDecimal.

Retours

Nouvelle structure SqlInt32 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.ToSqlInt32()

Voir aussi

S’applique à

Explicit(SqlBoolean to SqlInt32)

Source:
SQLInt32.cs
Source:
SQLInt32.cs
Source:
SQLInt32.cs

Convertit le SqlBoolean fourni en SqlInt32.

public:
 static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlBoolean x);
public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlBoolean x);
static member op_Explicit : System.Data.SqlTypes.SqlBoolean -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlBoolean) As SqlInt32

Paramètres

x
SqlBoolean

Structure SqlBoolean.

Retours

Nouvelle structure SqlInt32 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.ToSqlInt32()

Voir aussi

S’applique à