SqlInt16.Explicit 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에서 변환합니다 SqlInt16.
오버로드
| Name | Description |
|---|---|
| Explicit(SqlString to SqlInt16) | |
| Explicit(SqlSingle to SqlInt16) | |
| Explicit(SqlMoney to SqlInt16) | |
| Explicit(SqlInt64 to SqlInt16) | |
| Explicit(SqlInt16 to Int16) |
제공된 SqlInt16 구조를 짧은 정수로 변환합니다. |
| Explicit(SqlDouble to SqlInt16) | |
| Explicit(SqlDecimal to SqlInt16) |
제공된 SqlDecimal 구조를 SqlInt16.로 변환합니다. |
| Explicit(SqlBoolean to SqlInt16) |
제공된 SqlBoolean 구조를 SqlInt16.로 변환합니다. |
| Explicit(SqlInt32 to SqlInt16) |
Explicit(SqlString to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlString x);
public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlString x);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlString) As SqlInt16
매개 변수
반품
해당 속성이 SqlInt16 개체 매개 변수가 나타내는 Value 값과 같은 새 SqlString 구조체입니다.
설명
이 연산자에 해당하는 메서드는 다음과 같습니다. SqlString.ToSqlInt16()
추가 정보
적용 대상
Explicit(SqlSingle to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlSingle x);
public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlSingle x);
static member op_Explicit : System.Data.SqlTypes.SqlSingle -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlSingle) As SqlInt16
매개 변수
반품
해당 속성이 SqlInt16 매개 변수의 Value 정수 부분과 같은 새 SqlSingle 구조체입니다.
설명
이 연산자에 해당하는 메서드는 다음과 같습니다. SqlSingle.ToSqlInt16()
추가 정보
적용 대상
Explicit(SqlMoney to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlMoney x);
public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlMoney x);
static member op_Explicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlMoney) As SqlInt16
매개 변수
반품
해당 속성이 SqlInt16 매개 변수의 속성과 Value 같은 새 Value 구조체 SqlMoney 입니다.
설명
이 연산자에 해당하는 메서드는 다음과 같습니다. SqlMoney.ToSqlInt16()
추가 정보
적용 대상
Explicit(SqlInt64 to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlInt64 x);
public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlInt64 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlInt64) As SqlInt16
매개 변수
반품
해당 속성이 SqlInt16 매개 변수의 속성과 같은 Value 새 Value 구조체 SqlInt64 입니다.
설명
이 연산자에 해당하는 메서드는 다음과 같습니다. SqlInt64.ToSqlInt16()
추가 정보
적용 대상
Explicit(SqlInt16 to Int16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
제공된 SqlInt16 구조를 짧은 정수로 변환합니다.
public:
static explicit operator short(System::Data::SqlTypes::SqlInt16 x);
public static explicit operator short(System.Data.SqlTypes.SqlInt16 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt16 -> int16
Public Shared Narrowing Operator CType (x As SqlInt16) As Short
매개 변수
반품
값이 매개 변수의 값인 짧은 정수 SqlInt16 입니다.
추가 정보
적용 대상
Explicit(SqlDouble to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlDouble x);
public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlDouble x);
static member op_Explicit : System.Data.SqlTypes.SqlDouble -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlDouble) As SqlInt16
매개 변수
반품
해당 속성이 SqlInt16 매개 변수의 Value 정수 부분과 같은 새 SqlDouble 구조체입니다.
설명
이 연산자에 해당하는 메서드는 다음과 같습니다. SqlDouble.ToSqlInt16()
추가 정보
적용 대상
Explicit(SqlDecimal to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
제공된 SqlDecimal 구조를 SqlInt16.로 변환합니다.
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlDecimal x);
public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlDecimal x);
static member op_Explicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlDecimal) As SqlInt16
매개 변수
구조체입니다 SqlDecimal .
반품
해당 속성이 SqlInt16 매개 변수의 속성과 Value 같은 새 Value 구조체 SqlDecimal 입니다.
설명
이 연산자에 해당하는 메서드는 다음과 같습니다. SqlDecimal.ToSqlInt16()
추가 정보
적용 대상
Explicit(SqlBoolean to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
제공된 SqlBoolean 구조를 SqlInt16.로 변환합니다.
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlBoolean x);
public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlBoolean x);
static member op_Explicit : System.Data.SqlTypes.SqlBoolean -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlBoolean) As SqlInt16
매개 변수
구조체입니다 SqlBoolean .
반품
해당 속성이 SqlInt16 매개 변수의 속성과 Value 같은 새 ByteValue 구조체 SqlBoolean 입니다.
설명
이 연산자에 해당하는 메서드는 다음과 같습니다. SqlBoolean.ToSqlInt16()
추가 정보
적용 대상
Explicit(SqlInt32 to SqlInt16)
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
- Source:
- SQLInt16.cs
public:
static explicit operator System::Data::SqlTypes::SqlInt16(System::Data::SqlTypes::SqlInt32 x);
public static explicit operator System.Data.SqlTypes.SqlInt16(System.Data.SqlTypes.SqlInt32 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlInt16
Public Shared Narrowing Operator CType (x As SqlInt32) As SqlInt16
매개 변수
반품
속성이 SqlInt16 제공된 Value 매개 변수의 속성과 Value 같은 새 SqlInt32 구조체입니다.
설명
이 연산자에 해당하는 메서드는 다음과 같습니다. SqlInt32.ToSqlInt16()