SqlInt16.Explicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
轉換到 和 轉換 SqlInt16。
多載
Explicit(SqlString to SqlInt16)
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- 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)
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- 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
參數
傳回
一個性質SqlInt16Value等於參數整SqlSingle數部分的新結構。
備註
此運算子的等價方法為 SqlSingle.ToSqlInt16()
另請參閱
適用於
Explicit(SqlMoney to SqlInt16)
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- 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
參數
傳回
一個性質 SqlInt16ValueValue 等於參數 SqlMoney 性質的新結構。
備註
此運算子的等價方法為 SqlMoney.ToSqlInt16()
另請參閱
適用於
Explicit(SqlInt64 to SqlInt16)
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- 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
參數
傳回
一個性質SqlInt16Value等於參數 的新ValueSqlInt64結構。
備註
此運算子的等價方法為 SqlInt64.ToSqlInt16()
另請參閱
適用於
Explicit(SqlInt16 to Int16)
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- 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)
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- 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
參數
傳回
一個性質SqlInt16Value等於參數整SqlDouble數部分的新結構。
備註
此運算子的等價方法為 SqlDouble.ToSqlInt16()
另請參閱
適用於
Explicit(SqlDecimal to SqlInt16)
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- 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 結構。
傳回
一個性質 SqlInt16ValueValue 等於參數 SqlDecimal 性質的新結構。
備註
此運算子的等價方法為 SqlDecimal.ToSqlInt16()
另請參閱
適用於
Explicit(SqlBoolean to SqlInt16)
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- 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 結構。
傳回
一個性質 SqlInt16ValueByteValue 等於參數 SqlBoolean 性質的新結構。
備註
此運算子的等價方法為 SqlBoolean.ToSqlInt16()
另請參閱
適用於
Explicit(SqlInt32 to SqlInt16)
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- SQLInt16.cs
- 來源:
- 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
參數
傳回
一個性質SqlInt16Value等於所提供Value參數 的新SqlInt32結構。
備註
此運算子的等價方法為 SqlInt32.ToSqlInt16()