SqlByte.Explicit 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將參數轉換成 SqlByte。
多載
Explicit(SqlString to SqlByte)
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlString x);
public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlString x);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlString) As SqlByte
參數
SqlString
類別的執行個體。
傳回
SqlByte 結構,其 Value 屬性等於 SqlString 表示的數值。
備註
這個運算子的對等方法為 SqlString.ToSqlByte()
另請參閱
適用於
Explicit(SqlSingle to SqlByte)
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlSingle x);
public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlSingle x);
static member op_Explicit : System.Data.SqlTypes.SqlSingle -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlSingle) As SqlByte
參數
傳回
SqlByte 結構,其 Value 屬性等於 Value 參數的 SqlSingle。
備註
這個運算子的對等方法為 SqlSingle.ToSqlByte()
另請參閱
適用於
Explicit(SqlMoney to SqlByte)
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlMoney x);
public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlMoney x);
static member op_Explicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlMoney) As SqlByte
參數
- x
- SqlMoney
SqlMoney
結構。
傳回
SqlByte 結構,其 Value 屬性等於 Value 參數的 SqlMoney。
備註
這個運算子的對等方法為 SqlMoney.ToSqlByte()
另請參閱
適用於
Explicit(SqlInt64 to SqlByte)
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlInt64 x);
public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlInt64 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlInt64) As SqlByte
參數
傳回
SqlByte 結構,其 Value 屬性等於 Value 參數的 SqlInt64
。
備註
這個運算子的對等方法為 SqlInt64.ToSqlByte()
另請參閱
適用於
Explicit(SqlInt32 to SqlByte)
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlInt32 x);
public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlInt32 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlInt32) As SqlByte
參數
傳回
SqlByte 結構,其 Value 屬性等於 Value 參數的 SqlInt32。
備註
這個運算子的對等方法為 SqlInt32.ToSqlByte()
另請參閱
適用於
Explicit(SqlDouble to SqlByte)
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlDouble x);
public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlDouble x);
static member op_Explicit : System.Data.SqlTypes.SqlDouble -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlDouble) As SqlByte
參數
傳回
SqlByte 結構,其 Value 屬性等於 Value 參數的 SqlDouble。
備註
這個運算子的對等方法為 SqlDouble.ToSqlByte()
另請參閱
適用於
Explicit(SqlDecimal to SqlByte)
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
將提供的 SqlDecimal 轉換成 SqlByte。
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlDecimal x);
public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlDecimal x);
static member op_Explicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlDecimal) As SqlByte
參數
SqlDecimal 結構。
傳回
SqlByte 結構,其 Value 屬性等於 Value 參數的 SqlDecimal。
備註
這個運算子的對等方法為 SqlDecimal.ToSqlByte()
另請參閱
適用於
Explicit(SqlByte to Byte)
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
將提供的 SqlByte 結構轉換成位元組。
public:
static explicit operator System::Byte(System::Data::SqlTypes::SqlByte x);
public static explicit operator byte (System.Data.SqlTypes.SqlByte x);
static member op_Explicit : System.Data.SqlTypes.SqlByte -> byte
Public Shared Narrowing Operator CType (x As SqlByte) As Byte
參數
傳回
位元組,其值等於 Value 參數的 SqlByte 屬性。
另請參閱
適用於
Explicit(SqlBoolean to SqlByte)
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
將 SqlBoolean 參數轉換成 SqlByte。
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlBoolean x);
public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlBoolean x);
static member op_Explicit : System.Data.SqlTypes.SqlBoolean -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlBoolean) As SqlByte
參數
要轉換成 SqlBoolean 的SqlByte 參數。
傳回
SqlByte,其 Value 屬性等於指定之 ByteValue 參數的 SqlBoolean。
備註
這個運算子的對等方法為 SqlBoolean.ToSqlByte()
另請參閱
適用於
Explicit(SqlInt16 to SqlByte)
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
- 來源:
- SQLByte.cs
public:
static explicit operator System::Data::SqlTypes::SqlByte(System::Data::SqlTypes::SqlInt16 x);
public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlInt16 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlByte
Public Shared Narrowing Operator CType (x As SqlInt16) As SqlByte
參數
傳回
SqlByte 結構,其 Value 屬性等於 Value 參數的 SqlInt16。
備註
這個運算子的對等方法為 SqlInt16.ToSqlByte()