SqlDecimal.Implicit Operatore

Definizione

Converte la struttura fornita in SqlDecimal.

Overload

Implicit(SqlMoney to SqlDecimal)

Converte l’operando SqlMoney in SqlDecimal .

Implicit(Int64 to SqlDecimal)

Converte la struttura Int64 fornita in SqlDecimal.

Implicit(Decimal to SqlDecimal)

Converte il valore Decimal in SqlDecimal.

Implicit(SqlInt64 to SqlDecimal)

Converte la struttura SqlInt64 fornita in SqlDecimal.

Implicit(SqlInt32 to SqlDecimal)

Converte la struttura SqlInt32 fornita in SqlDecimal.

Implicit(SqlInt16 to SqlDecimal)

Converte la struttura SqlInt16 fornita in SqlDecimal.

Implicit(SqlByte to SqlDecimal)

Converte la struttura SqlByte fornita in SqlDecimal.

Implicit(SqlMoney to SqlDecimal)

Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs

Converte l’operando SqlMoney in SqlDecimal .

public:
 static operator System::Data::SqlTypes::SqlDecimal(System::Data::SqlTypes::SqlMoney x);
public static implicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlMoney x);
static member op_Implicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlDecimal
Public Shared Widening Operator CType (x As SqlMoney) As SqlDecimal

Parametri

x
SqlMoney

Struttura SqlMoney da convertire.

Restituisce

Nuova struttura SqlDecimal la cui proprietà Value è uguale alla proprietà Value del parametro SqlMoney.

Commenti

Il metodo equivalente per questo operatore è SqlMoney.ToSqlDecimal()

Vedi anche

Si applica a

Implicit(Int64 to SqlDecimal)

Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs

Converte la struttura Int64 fornita in SqlDecimal.

public:
 static operator System::Data::SqlTypes::SqlDecimal(long x);
public static implicit operator System.Data.SqlTypes.SqlDecimal (long x);
static member op_Implicit : int64 -> System.Data.SqlTypes.SqlDecimal
Public Shared Widening Operator CType (x As Long) As SqlDecimal

Parametri

x
Int64

Struttura Int64 da convertire.

Restituisce

Nuova struttura SqlDecimal la cui proprietà Value è uguale al valore del parametro Int64.

Commenti

Il metodo equivalente per questo operatore è SqlDecimal.Value

Vedi anche

Si applica a

Implicit(Decimal to SqlDecimal)

Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs

Converte il valore Decimal in SqlDecimal.

public:
 static operator System::Data::SqlTypes::SqlDecimal(System::Decimal x);
public static implicit operator System.Data.SqlTypes.SqlDecimal (decimal x);
static member op_Implicit : decimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Widening Operator CType (x As Decimal) As SqlDecimal

Parametri

x
Decimal

Valore Decimal da convertire.

Restituisce

Nuova struttura SqlDecimal la cui proprietà Value è uguale al valore del parametro Decimal.

Vedi anche

Si applica a

Implicit(SqlInt64 to SqlDecimal)

Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs

Converte la struttura SqlInt64 fornita in SqlDecimal.

public:
 static operator System::Data::SqlTypes::SqlDecimal(System::Data::SqlTypes::SqlInt64 x);
public static implicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlInt64 x);
static member op_Implicit : System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlDecimal
Public Shared Widening Operator CType (x As SqlInt64) As SqlDecimal

Parametri

x
SqlInt64

Struttura SqlInt64 da convertire.

Restituisce

Nuova struttura SqlDecimal la cui proprietà Value è uguale alla proprietà Value del parametro SqlInt64.

Commenti

Il metodo equivalente per questo operatore è SqlInt64.ToSqlDecimal()

Vedi anche

Si applica a

Implicit(SqlInt32 to SqlDecimal)

Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs

Converte la struttura SqlInt32 fornita in SqlDecimal.

public:
 static operator System::Data::SqlTypes::SqlDecimal(System::Data::SqlTypes::SqlInt32 x);
public static implicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlInt32 x);
static member op_Implicit : System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlDecimal
Public Shared Widening Operator CType (x As SqlInt32) As SqlDecimal

Parametri

x
SqlInt32

Struttura SqlInt32 da convertire.

Restituisce

Nuova struttura SqlDecimal la cui proprietà Value è uguale alla proprietà Value del parametro SqlInt32.

Commenti

Il metodo equivalente per questo operatore è SqlInt32.ToSqlDecimal()

Vedi anche

Si applica a

Implicit(SqlInt16 to SqlDecimal)

Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs

Converte la struttura SqlInt16 fornita in SqlDecimal.

public:
 static operator System::Data::SqlTypes::SqlDecimal(System::Data::SqlTypes::SqlInt16 x);
public static implicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlInt16 x);
static member op_Implicit : System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlDecimal
Public Shared Widening Operator CType (x As SqlInt16) As SqlDecimal

Parametri

x
SqlInt16

Struttura SqlInt16 da convertire.

Restituisce

Nuova struttura SqlDecimal la cui proprietà Value è uguale alla proprietà Value del parametro SqlInt16.

Commenti

Il metodo equivalente per questo operatore è SqlInt16.ToSqlDecimal()

Vedi anche

Si applica a

Implicit(SqlByte to SqlDecimal)

Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs
Origine:
SQLDecimal.cs

Converte la struttura SqlByte fornita in SqlDecimal.

public:
 static operator System::Data::SqlTypes::SqlDecimal(System::Data::SqlTypes::SqlByte x);
public static implicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlByte x);
static member op_Implicit : System.Data.SqlTypes.SqlByte -> System.Data.SqlTypes.SqlDecimal
Public Shared Widening Operator CType (x As SqlByte) As SqlDecimal

Parametri

x
SqlByte

Struttura SqlByte da convertire.

Restituisce

Nuova struttura SqlDecimal la cui proprietà Value è uguale alla proprietà Value del parametro SqlByte.

Commenti

Il metodo equivalente per questo operatore è SqlByte.ToSqlDecimal()

Vedi anche

Si applica a