SqlBytes.Explicit 演算子

定義

SqlBytes 構造体に変換します。

オーバーロード

Explicit(SqlBytes to SqlBinary)

SqlBytes 構造体を SqlBinary 構造体に変換します。

Explicit(SqlBinary to SqlBytes)

SqlBinary 構造体を SqlBytes 構造体に変換します。

Explicit(SqlBytes to SqlBinary)

ソース:
SQLBytes.cs
ソース:
SQLBytes.cs
ソース:
SQLBytes.cs

SqlBytes 構造体を SqlBinary 構造体に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlBinary(System::Data::SqlTypes::SqlBytes ^ value);
public static explicit operator System.Data.SqlTypes.SqlBinary (System.Data.SqlTypes.SqlBytes value);
static member op_Explicit : System.Data.SqlTypes.SqlBytes -> System.Data.SqlTypes.SqlBinary
Public Shared Narrowing Operator CType (value As SqlBytes) As SqlBinary

パラメーター

value
SqlBytes

変換対象の SqlBytes 構造体。

戻り値

SqlBinary 構造。

注釈

この演算子の同等のメソッドは です SqlBytes.ToSqlBinary()

こちらもご覧ください

適用対象

Explicit(SqlBinary to SqlBytes)

ソース:
SQLBytes.cs
ソース:
SQLBytes.cs
ソース:
SQLBytes.cs

SqlBinary 構造体を SqlBytes 構造体に変換します。

public:
 static explicit operator System::Data::SqlTypes::SqlBytes ^(System::Data::SqlTypes::SqlBinary value);
public static explicit operator System.Data.SqlTypes.SqlBytes (System.Data.SqlTypes.SqlBinary value);
static member op_Explicit : System.Data.SqlTypes.SqlBinary -> System.Data.SqlTypes.SqlBytes
Public Shared Narrowing Operator CType (value As SqlBinary) As SqlBytes

パラメーター

value
SqlBinary

変換対象の SqlBinary 構造体。

戻り値

SqlBytes 構造。

注釈

この演算子の同等のメソッドは です SqlBytes.SqlBytes(SqlBinary)

こちらもご覧ください

適用対象