SqlBytes.Explicit Operátor

Definíció

Struktúrává alakul SqlBytes át.

Túlterhelések

Name Description
Explicit(SqlBytes to SqlBinary)

Struktúrát SqlBytes alakít át struktúrává SqlBinary .

Explicit(SqlBinary to SqlBytes)

Struktúrát SqlBinary alakít át struktúrává SqlBytes .

Explicit(SqlBytes to SqlBinary)

Forrás:
SQLBytes.cs
Forrás:
SQLBytes.cs
Forrás:
SQLBytes.cs
Forrás:
SQLBytes.cs
Forrás:
SQLBytes.cs

Struktúrát SqlBytes alakít át struktúrává 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

Paraméterek

value
SqlBytes

Az SqlBytes átalakítandó struktúra.

Válaszok

Egy SqlBinary struktúra.

Megjegyzések

Ennek az operátornak az egyenértékű metódusa a következő SqlBytes.ToSqlBinary().

Lásd még

A következőre érvényes:

Explicit(SqlBinary to SqlBytes)

Forrás:
SQLBytes.cs
Forrás:
SQLBytes.cs
Forrás:
SQLBytes.cs
Forrás:
SQLBytes.cs
Forrás:
SQLBytes.cs

Struktúrát SqlBinary alakít át struktúrává 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

Paraméterek

value
SqlBinary

Az SqlBinary átalakítandó struktúra.

Válaszok

Egy SqlBytes struktúra.

Megjegyzések

Ennek az operátornak az egyenértékű metódusa a következő SqlBytes.SqlBytes(SqlBinary).

Lásd még

A következőre érvényes: