SqlString.Explicit Operator

定義

SqlStringとの間で変換します。

オーバーロード

名前 説明
Explicit(SqlString to String)

SqlStringStringに変換します。

Explicit(SqlSingle to SqlString)

指定した SqlSingle パラメーターを SqlStringに変換します。

Explicit(SqlMoney to SqlString)

指定した SqlMoney パラメーターを SqlStringに変換します。

Explicit(SqlInt64 to SqlString)

指定した SqlInt64 パラメーターを SqlStringに変換します。

Explicit(SqlInt16 to SqlString)

指定した SqlInt16 パラメーターを SqlStringに変換します。

Explicit(SqlInt32 to SqlString)

指定した SqlInt32 パラメーターを SqlStringに変換します。

Explicit(SqlDouble to SqlString)

指定した SqlDouble パラメーターを SqlStringに変換します。

Explicit(SqlDecimal to SqlString)

指定した SqlDecimal パラメーターを SqlStringに変換します。

Explicit(SqlDateTime to SqlString)

指定した SqlDateTime パラメーターを SqlStringに変換します。

Explicit(SqlByte to SqlString)

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

Explicit(SqlBoolean to SqlString)

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

Explicit(SqlGuid to SqlString)

指定した SqlGuid パラメーターを SqlStringに変換します。

Explicit(SqlString to String)

SqlStringStringに変換します。

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

パラメーター

x
SqlString

変換する SqlString

返品

SqlString パラメーターのValue プロパティと同じ内容を持つString

こちらもご覧ください

適用対象

Explicit(SqlSingle to SqlString)

指定した SqlSingle パラメーターを SqlStringに変換します。

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

パラメーター

x
SqlSingle

変換する SqlSingle 構造体。

返品

SqlSingle パラメーターの文字列形式を含む新しいSqlString

注釈

この演算子の同等のメソッドは SqlSingle.ToSqlString()

こちらもご覧ください

適用対象

Explicit(SqlMoney to SqlString)

指定した SqlMoney パラメーターを SqlStringに変換します。

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

パラメーター

x
SqlMoney

変換する SqlMoney 構造体。

返品

SqlMoney パラメーターの文字列形式を含む新しいSqlString

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlInt64 to SqlString)

指定した SqlInt64 パラメーターを SqlStringに変換します。

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

パラメーター

x
SqlInt64

変換する SqlInt64 構造体。

返品

SqlInt64 パラメーターの文字列形式を含む新しいSqlString オブジェクト。

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlInt16 to SqlString)

指定した SqlInt16 パラメーターを SqlStringに変換します。

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

パラメーター

x
SqlInt16

変換する SqlInt16 構造体。

返品

SqlInt16 パラメーターの文字列形式を含む新しいSqlString オブジェクト。

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlInt32 to SqlString)

指定した SqlInt32 パラメーターを SqlStringに変換します。

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

パラメーター

x
SqlInt32

変換する SqlInt32 構造体。

返品

SqlInt32 パラメーターの文字列形式を含む新しいSqlString オブジェクト。

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlDouble to SqlString)

指定した SqlDouble パラメーターを SqlStringに変換します。

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

パラメーター

x
SqlDouble

変換する SqlDouble 構造体。

返品

SqlDouble パラメーターの文字列形式を含む新しいSqlString

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlDecimal to SqlString)

指定した SqlDecimal パラメーターを SqlStringに変換します。

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

パラメーター

x
SqlDecimal

変換する SqlDecimal 構造体。

返品

SqlDecimal パラメーターの文字列形式を含む新しいSqlString

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlDateTime to SqlString)

指定した SqlDateTime パラメーターを SqlStringに変換します。

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

パラメーター

x
SqlDateTime

変換する SqlDateTime 構造体。

返品

SqlDateTime パラメーターの文字列形式を含む新しいSqlString

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlByte to SqlString)

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

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

パラメーター

x
SqlByte

変換する SqlByte 構造体。

返品

SqlByte パラメーターの文字列形式を含む新しいSqlString オブジェクト。

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlBoolean to SqlString)

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

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

パラメーター

x
SqlBoolean

変換する SqlBoolean 構造体。

返品

SqlBoolean パラメーターの文字列形式を含む新しいSqlString

注釈

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

こちらもご覧ください

適用対象

Explicit(SqlGuid to SqlString)

指定した SqlGuid パラメーターを SqlStringに変換します。

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

パラメーター

x
SqlGuid

変換する SqlGuid 構造体。

返品

指定したSqlGuidの文字列形式を値とするSqlString

注釈

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

こちらもご覧ください

適用対象