SqlDecimal.Implicit Operátor

Definice

Převede zadanou strukturu na SqlDecimal.

Přetížení

Implicit(SqlMoney to SqlDecimal)

Převede operand na SqlMoneySqlDecimal.

Implicit(Int64 to SqlDecimal)

Převede zadanou Int64 strukturu na SqlDecimal.

Implicit(Decimal to SqlDecimal)

Převede hodnotu na DecimalSqlDecimal.

Implicit(SqlInt64 to SqlDecimal)

Převede zadanou SqlInt64 strukturu na SqlDecimal.

Implicit(SqlInt32 to SqlDecimal)

Převede zadanou SqlInt32 strukturu na SqlDecimal.

Implicit(SqlInt16 to SqlDecimal)

Převede zadanou SqlInt16 strukturu na SqlDecimal.

Implicit(SqlByte to SqlDecimal)

Převede zadanou SqlByte strukturu na SqlDecimal.

Implicit(SqlMoney to SqlDecimal)

Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs

Převede operand na SqlMoneySqlDecimal.

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

Parametry

x
SqlMoney

Struktura SqlMoney , která má být převedena.

Návraty

Nová SqlDecimal struktura, jejíž Value hodnota se Value rovná parametru SqlMoney .

Poznámky

Ekvivalentní metoda pro tento operátor je SqlMoney.ToSqlDecimal()

Viz také

Platí pro

Implicit(Int64 to SqlDecimal)

Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs

Převede zadanou Int64 strukturu na 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

Parametry

x
Int64

Struktura Int64 , která má být převedena.

Návraty

Nová SqlDecimal struktura, jejíž Value vlastnost se rovná hodnotě parametru Int64 .

Poznámky

Ekvivalentní metoda pro tento operátor je SqlDecimal.Value

Viz také

Platí pro

Implicit(Decimal to SqlDecimal)

Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs

Převede hodnotu na DecimalSqlDecimal.

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

Parametry

x
Decimal

Hodnota Decimal , která se má převést.

Návraty

Nová SqlDecimal struktura, jejíž Value vlastnost se rovná hodnotě parametru Decimal .

Viz také

Platí pro

Implicit(SqlInt64 to SqlDecimal)

Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs

Převede zadanou SqlInt64 strukturu na 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

Parametry

x
SqlInt64

Struktura SqlInt64 , která má být převedena.

Návraty

Nová SqlDecimal struktura, jejíž Value hodnota se Value rovná parametru SqlInt64 .

Poznámky

Ekvivalentní metoda pro tento operátor je SqlInt64.ToSqlDecimal()

Viz také

Platí pro

Implicit(SqlInt32 to SqlDecimal)

Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs

Převede zadanou SqlInt32 strukturu na 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

Parametry

x
SqlInt32

Struktura SqlInt32 , která má být převedena.

Návraty

Nová SqlDecimal struktura, jejíž Value vlastnost je rovna Value vlastnosti parametru SqlInt32 .

Poznámky

Ekvivalentní metoda pro tento operátor je SqlInt32.ToSqlDecimal()

Viz také

Platí pro

Implicit(SqlInt16 to SqlDecimal)

Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs

Převede zadanou SqlInt16 strukturu na 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

Parametry

x
SqlInt16

Struktura SqlInt16 , která má být převedena.

Návraty

Nová SqlDecimal struktura, jejíž Value vlastnost se rovná Value vlastnosti parametru SqlInt16 .

Poznámky

Ekvivalentní metoda pro tento operátor je SqlInt16.ToSqlDecimal()

Viz také

Platí pro

Implicit(SqlByte to SqlDecimal)

Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs
Zdroj:
SQLDecimal.cs

Převede zadanou SqlByte strukturu na 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

Parametry

x
SqlByte

Struktura SqlByte , která má být převedena.

Návraty

Nová SqlDecimal struktura, jejíž Value vlastnost se rovná Value vlastnosti parametru SqlByte .

Poznámky

Ekvivalentní metoda pro tento operátor je SqlByte.ToSqlDecimal()

Viz také

Platí pro