SqlBoolean.Explicit Operator

定義

SqlBooleanを指定した構造体に変換します。

オーバーロード

名前 説明
Explicit(SqlString to SqlBoolean)

SqlString パラメーターをSqlBoolean構造体に変換します。

Explicit(SqlSingle to SqlBoolean)

SqlSingle パラメーターをSqlBoolean構造体に変換します。

Explicit(SqlMoney to SqlBoolean)

SqlMoney パラメーターをSqlBoolean構造体に変換します。

Explicit(SqlInt32 to SqlBoolean)

SqlInt32 パラメーターをSqlBoolean構造体に変換します。

Explicit(SqlInt64 to SqlBoolean)

SqlInt64 パラメーターをSqlBoolean構造体に変換します。

Explicit(SqlDouble to SqlBoolean)

SqlDouble パラメーターをSqlBoolean構造体に変換します。

Explicit(SqlInt16 to SqlBoolean)

SqlInt16 パラメーターをSqlBoolean構造体に変換します。

Explicit(SqlDecimal to SqlBoolean)

SqlDecimal パラメーターをSqlBoolean構造体に変換します。

Explicit(SqlByte to SqlBoolean)

SqlByte パラメーターをSqlBoolean構造体に変換します。

Explicit(SqlBoolean to Boolean)

SqlBooleanをブール値に変換します。

Explicit(SqlString to SqlBoolean)

SqlString パラメーターをSqlBoolean構造体に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlString x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlString x);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlString) As SqlBoolean

パラメーター

x
SqlString

SqlBoolean構造体に変換するSqlString

返品

SqlBoolean パラメーターのValue プロパティと等しい値を持つ新しいSqlByte構造体。

注釈

この演算子の同等のメソッドは次のようになります。 SqlString.ToSqlBoolean()

こちらもご覧ください

適用対象

Explicit(SqlSingle to SqlBoolean)

SqlSingle パラメーターをSqlBoolean構造体に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlSingle x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlSingle x);
static member op_Explicit : System.Data.SqlTypes.SqlSingle -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlSingle) As SqlBoolean

パラメーター

x
SqlSingle

SqlBoolean構造体に変換するSqlSingle

返品

SqlSingle パラメーターのValue プロパティと等しい値を持つ新しいSqlBoolean構造体。

注釈

この演算子の同等のメソッドは次のようになります。 SqlSingle.ToSqlBoolean()

こちらもご覧ください

適用対象

Explicit(SqlMoney to SqlBoolean)

SqlMoney パラメーターをSqlBoolean構造体に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlMoney x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlMoney x);
static member op_Explicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlMoney) As SqlBoolean

パラメーター

x
SqlMoney

SqlBoolean構造体に変換するSqlMoney

返品

SqlMoney パラメーターのValue プロパティと等しい値を持つ新しいSqlByte構造体。

注釈

この演算子の同等のメソッドは次のようになります。 SqlMoney.ToSqlBoolean()

こちらもご覧ください

適用対象

Explicit(SqlInt32 to SqlBoolean)

SqlInt32 パラメーターをSqlBoolean構造体に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlInt32 x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlInt32 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlInt32) As SqlBoolean

パラメーター

x
SqlInt32

SqlBoolean構造体に変換するSqlInt32

返品

SqlInt32 パラメーターのValue プロパティと等しい値を持つ新しいSqlBoolean構造体。

注釈

この演算子の同等のメソッドは SqlInt32.ToSqlBoolean()

こちらもご覧ください

適用対象

Explicit(SqlInt64 to SqlBoolean)

SqlInt64 パラメーターをSqlBoolean構造体に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlInt64 x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlInt64 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlInt64) As SqlBoolean

パラメーター

x
SqlInt64

SqlBoolean構造体に変換するSqlInt64

返品

SqlInt64 パラメーターのValue プロパティと等しい値を持つ新しいSqlBoolean構造体。

注釈

この演算子の同等のメソッドは次のようになります。 SqlInt64.ToSqlBoolean()

こちらもご覧ください

適用対象

Explicit(SqlDouble to SqlBoolean)

SqlDouble パラメーターをSqlBoolean構造体に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlDouble x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlDouble x);
static member op_Explicit : System.Data.SqlTypes.SqlDouble -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlDouble) As SqlBoolean

パラメーター

x
SqlDouble

SqlBoolean構造体に変換するSqlDouble

返品

SqlDouble パラメーターのValue プロパティと等しい値を持つ新しいSqlBoolean構造体。

注釈

この演算子の同等のメソッドは次のようになります。 SqlDouble.ToSqlBoolean()

こちらもご覧ください

適用対象

Explicit(SqlInt16 to SqlBoolean)

SqlInt16 パラメーターをSqlBoolean構造体に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlInt16 x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlInt16 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlInt16) As SqlBoolean

パラメーター

x
SqlInt16

SqlBoolean構造体に変換するSqlInt16

返品

SqlInt16 パラメーターのValue プロパティと等しい値を持つ新しいSqlBoolean構造体。

注釈

この演算子の同等のメソッドは次のようになります。 SqlInt16.ToSqlBoolean()

こちらもご覧ください

適用対象

Explicit(SqlDecimal to SqlBoolean)

SqlDecimal パラメーターをSqlBoolean構造体に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlDecimal x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlDecimal x);
static member op_Explicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlDecimal) As SqlBoolean

パラメーター

x
SqlDecimal

SqlBoolean構造体に変換するSqlDecimal

返品

SqlDecimal パラメーターのValue プロパティと等しい値を持つ新しいSqlByte構造体。

注釈

この演算子の同等のメソッドは次のようになります。 SqlDecimal.ToSqlBoolean()

こちらもご覧ください

適用対象

Explicit(SqlByte to SqlBoolean)

SqlByte パラメーターをSqlBoolean構造体に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlByte x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlByte x);
static member op_Explicit : System.Data.SqlTypes.SqlByte -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlByte) As SqlBoolean

パラメーター

x
SqlByte

SqlBoolean構造体に変換するSqlByte

返品

SqlByte パラメーターのValueと等しい値を持つ新しいSqlBoolean構造体。

注釈

この演算子の同等のメソッドは次のようになります。 SqlByte.ToSqlBoolean()

こちらもご覧ください

適用対象

Explicit(SqlBoolean to Boolean)

SqlBooleanをブール値に変換します。

public:
 static explicit operator bool(System::Data::SqlTypes::SqlBoolean x);
public static explicit operator bool(System.Data.SqlTypes.SqlBoolean x);
static member op_Explicit : System.Data.SqlTypes.SqlBoolean -> bool
Public Shared Narrowing Operator CType (x As SqlBoolean) As Boolean

パラメーター

x
SqlBoolean

変換する SqlBoolean

返品

SqlBooleanValueに設定されたブール値。

こちらもご覧ください

適用対象