SqlDecimal.Implicit 연산자

정의

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

오버로드

Name Description
Implicit(SqlMoney to SqlDecimal)

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

Implicit(Int64 to SqlDecimal)

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

Implicit(Decimal to SqlDecimal)

값을 SqlDecimal.Decimal로 변환합니다.

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)

피연산자를 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 변환할 구조체입니다.

반품

매개 변수와 SqlMoney 같은 ValueSqlDecimal 구조 Value 체입니다.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlMoney.ToSqlDecimal()

추가 정보

적용 대상

Implicit(Int64 to SqlDecimal)

제공된 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 변환할 구조체입니다.

반품

해당 속성이 Value 매개 변수 값과 같은 새 SqlDecimal 구조체입니다Int64.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlDecimal.Value

추가 정보

적용 대상

Implicit(Decimal to SqlDecimal)

값을 SqlDecimal.Decimal로 변환합니다.

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 변환할 값입니다.

반품

해당 속성이 Value 매개 변수 값과 같은 새 SqlDecimal 구조체입니다Decimal.

추가 정보

적용 대상

Implicit(SqlInt64 to SqlDecimal)

제공된 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 변환할 구조체입니다.

반품

매개 변수와 SqlInt64 같은 ValueSqlDecimal 구조 Value 체입니다.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlInt64.ToSqlDecimal()

추가 정보

적용 대상

Implicit(SqlInt32 to SqlDecimal)

제공된 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 변환할 구조체입니다.

반품

해당 속성이 Value 매개 변수의 속성과 Value 같은 새 SqlDecimal 구조체 SqlInt32 입니다.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlInt32.ToSqlDecimal()

추가 정보

적용 대상

Implicit(SqlInt16 to SqlDecimal)

제공된 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 변환할 구조체입니다.

반품

해당 속성이 Value 매개 변수의 속성과 Value 같은 새 SqlDecimal 구조체입니다SqlInt16.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlInt16.ToSqlDecimal()

추가 정보

적용 대상

Implicit(SqlByte to SqlDecimal)

제공된 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 변환할 구조체입니다.

반품

해당 속성이 Value 매개 변수의 속성과 Value 같은 새 SqlDecimal 구조체입니다SqlByte.

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlByte.ToSqlDecimal()

추가 정보

적용 대상