SqlString.Explicit Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
SqlStringとの間で変換します。
オーバーロード
Explicit(SqlString to String)
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
パラメーター
返品
SqlString パラメーターのValue プロパティと同じ内容を持つString。
こちらもご覧ください
適用対象
Explicit(SqlSingle to 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
パラメーター
返品
SqlSingle パラメーターの文字列形式を含む新しいSqlString。
注釈
この演算子の同等のメソッドは SqlSingle.ToSqlString()。
こちらもご覧ください
適用対象
Explicit(SqlMoney to 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
パラメーター
返品
SqlMoney パラメーターの文字列形式を含む新しいSqlString。
注釈
この演算子の同等のメソッドは次のようになります。 SqlMoney.ToSqlString()
こちらもご覧ください
適用対象
Explicit(SqlInt64 to 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
パラメーター
返品
SqlInt64 パラメーターの文字列形式を含む新しいSqlString オブジェクト。
注釈
この演算子の同等のメソッドは次のようになります。 SqlInt64.ToSqlString()
こちらもご覧ください
適用対象
Explicit(SqlInt16 to 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
パラメーター
返品
SqlInt16 パラメーターの文字列形式を含む新しいSqlString オブジェクト。
注釈
この演算子の同等のメソッドは次のようになります。 SqlInt16.ToSqlString()
こちらもご覧ください
適用対象
Explicit(SqlInt32 to 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)
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
パラメーター
返品
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
パラメーター
変換する 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
パラメーター
変換する SqlDateTime 構造体。
返品
SqlDateTime パラメーターの文字列形式を含む新しいSqlString。
注釈
この演算子の同等のメソッドは次のようになります。 SqlDateTime.ToSqlString()
こちらもご覧ください
適用対象
Explicit(SqlByte to 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
パラメーター
返品
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
パラメーター
変換する SqlBoolean 構造体。
返品
SqlBoolean パラメーターの文字列形式を含む新しいSqlString。
注釈
この演算子の同等のメソッドは次のようになります。 SqlBoolean.ToSqlString()
こちらもご覧ください
適用対象
Explicit(SqlGuid to 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
パラメーター
返品
指定したSqlGuidの文字列形式を値とするSqlString。
注釈
この演算子の同等のメソッドは次のようになります。 SqlGuid.ToSqlString()