Sdílet prostřednictvím


SqlBytes.Explicit Operátor

Definice

Převede na SqlBytes strukturu.

Přetížení

Explicit(SqlBytes to SqlBinary)

SqlBytes Převede strukturu na SqlBinary strukturu.

Explicit(SqlBinary to SqlBytes)

SqlBinary Převede strukturu na SqlBytes strukturu.

Explicit(SqlBytes to SqlBinary)

Zdroj:
SQLBytes.cs
Zdroj:
SQLBytes.cs
Zdroj:
SQLBytes.cs

SqlBytes Převede strukturu na SqlBinary strukturu.

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

Parametry

value
SqlBytes

Struktura SqlBytes , která se má převést.

Návraty

Struktura SqlBinary .

Poznámky

Ekvivalentní metoda pro tento operátor je SqlBytes.ToSqlBinary().

Viz také

Platí pro

Explicit(SqlBinary to SqlBytes)

Zdroj:
SQLBytes.cs
Zdroj:
SQLBytes.cs
Zdroj:
SQLBytes.cs

SqlBinary Převede strukturu na SqlBytes strukturu.

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

Parametry

value
SqlBinary

Struktura SqlBinary , která se má převést.

Návraty

Struktura SqlBytes .

Poznámky

Ekvivalentní metoda pro tento operátor je SqlBytes.SqlBytes(SqlBinary).

Viz také

Platí pro