SqlDecimal.Implicit 연산자

정의

제공된 구조체를 SqlDecimal로 변환합니다.

오버로드

Implicit(SqlMoney to SqlDecimal)

SqlMoney 피연산자를 SqlDecimal로 변환합니다.

Implicit(Int64 to SqlDecimal)

제공된 Int64 구조체를 SqlDecimal로 변환합니다.

Implicit(Decimal to SqlDecimal)

Decimal 값을 SqlDecimal로 변환합니다.

Implicit(SqlInt64 to SqlDecimal)

제공된 SqlInt64 구조체를 SqlDecimal로 변환합니다.

Implicit(SqlInt32 to SqlDecimal)

제공된 SqlInt32 구조체를 SqlDecimal로 변환합니다.

Implicit(SqlInt16 to SqlDecimal)

제공된 SqlInt16 구조체를 SqlDecimal로 변환합니다.

Implicit(SqlByte to SqlDecimal)

제공된 SqlByte 구조체를 SqlDecimal로 변환합니다.

Implicit(SqlMoney to SqlDecimal)

Source:
SQLDecimal.cs
Source:
SQLDecimal.cs
Source:
SQLDecimal.cs

SqlMoney 피연산자를 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

매개 변수

x
SqlMoney

변환할 SqlMoney 구조체입니다.

반환

SqlDecimal 매개 변수의 Value와 같은 Value를 갖는 새 SqlMoney 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlMoney.ToSqlDecimal()

추가 정보

적용 대상

Implicit(Int64 to SqlDecimal)

Source:
SQLDecimal.cs
Source:
SQLDecimal.cs
Source:
SQLDecimal.cs

제공된 Int64 구조체를 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

매개 변수

x
Int64

변환할 Int64 구조체입니다.

반환

SqlDecimal 매개 변수의 값과 같은 Value 속성을 갖는 새 Int64 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlDecimal.Value

추가 정보

적용 대상

Implicit(Decimal to SqlDecimal)

Source:
SQLDecimal.cs
Source:
SQLDecimal.cs
Source:
SQLDecimal.cs

Decimal 값을 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

매개 변수

x
Decimal

변환될 Decimal 값입니다.

반환

SqlDecimal 매개 변수의 값과 같은 Value 속성을 갖는 새 Decimal 구조체입니다.

추가 정보

적용 대상

Implicit(SqlInt64 to SqlDecimal)

Source:
SQLDecimal.cs
Source:
SQLDecimal.cs
Source:
SQLDecimal.cs

제공된 SqlInt64 구조체를 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

매개 변수

x
SqlInt64

변환할 SqlInt64 구조체입니다.

반환

SqlDecimal 매개 변수의 Value와 같은 Value를 갖는 새 SqlInt64 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlInt64.ToSqlDecimal()

추가 정보

적용 대상

Implicit(SqlInt32 to SqlDecimal)

Source:
SQLDecimal.cs
Source:
SQLDecimal.cs
Source:
SQLDecimal.cs

제공된 SqlInt32 구조체를 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

매개 변수

x
SqlInt32

변환할 SqlInt32 구조체입니다.

반환

SqlDecimal 매개 변수의 Value 속성과 같은 Value 속성을 갖는 새 SqlInt32 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlInt32.ToSqlDecimal()

추가 정보

적용 대상

Implicit(SqlInt16 to SqlDecimal)

Source:
SQLDecimal.cs
Source:
SQLDecimal.cs
Source:
SQLDecimal.cs

제공된 SqlInt16 구조체를 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

매개 변수

x
SqlInt16

변환할 SqlInt16 구조체입니다.

반환

SqlDecimal 매개 변수의 Value 속성과 같은 Value 속성을 갖는 새 SqlInt16 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlInt16.ToSqlDecimal()

추가 정보

적용 대상

Implicit(SqlByte to SqlDecimal)

Source:
SQLDecimal.cs
Source:
SQLDecimal.cs
Source:
SQLDecimal.cs

제공된 SqlByte 구조체를 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

매개 변수

x
SqlByte

변환할 SqlByte 구조체입니다.

반환

SqlDecimal 매개 변수의 Value 속성과 같은 Value 속성을 갖는 새 SqlByte 구조체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlByte.ToSqlDecimal()

추가 정보

적용 대상