SqlBytes.Explicit 연산자

정의

SqlBytes 구조체로 변환합니다.

오버로드

Explicit(SqlBytes to SqlBinary)

SqlBytes 구조체를 SqlBinary 구조체로 변환합니다.

Explicit(SqlBinary to SqlBytes)

SqlBinary 구조체를 SqlBytes 구조체로 변환합니다.

Explicit(SqlBytes to SqlBinary)

Source:
SQLBytes.cs
Source:
SQLBytes.cs
Source:
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)

Source:
SQLBytes.cs
Source:
SQLBytes.cs
Source:
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)합니다.

추가 정보

적용 대상