SqlBytes.Explicit 연산자

정의

구조체로 SqlBytes 변환합니다.

오버로드

Name Description
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
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
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).

추가 정보

적용 대상