SqlBoolean.Explicit 연산자

정의

지정된 SqlBoolean 구조체로 변환합니다.

오버로드

Name Description
Explicit(SqlString to SqlBoolean)

매개 변수를 SqlString 구조체로 SqlBoolean 변환합니다.

Explicit(SqlSingle to SqlBoolean)

매개 변수를 SqlSingle 구조체로 SqlBoolean 변환합니다.

Explicit(SqlMoney to SqlBoolean)

매개 변수를 SqlMoney 구조체로 SqlBoolean 변환합니다.

Explicit(SqlInt32 to SqlBoolean)

매개 변수를 SqlInt32 구조체로 SqlBoolean 변환합니다.

Explicit(SqlInt64 to SqlBoolean)

매개 변수를 SqlInt64 구조체로 SqlBoolean 변환합니다.

Explicit(SqlDouble to SqlBoolean)

매개 변수를 SqlDouble 구조체로 SqlBoolean 변환합니다.

Explicit(SqlInt16 to SqlBoolean)

매개 변수를 SqlInt16 구조체로 SqlBoolean 변환합니다.

Explicit(SqlDecimal to SqlBoolean)

매개 변수를 SqlDecimal 구조체로 SqlBoolean 변환합니다.

Explicit(SqlByte to SqlBoolean)

매개 변수를 SqlByte 구조체로 SqlBoolean 변환합니다.

Explicit(SqlBoolean to Boolean)

부울로 SqlBoolean 변환합니다.

Explicit(SqlString to SqlBoolean)

매개 변수를 SqlString 구조체로 SqlBoolean 변환합니다.

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlString x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlString x);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlString) As SqlBoolean

매개 변수

x
SqlString

SqlString 구조체로 변환할 A입니다SqlBoolean.

반품

값이 매개 변수의 속성과 같은 새 SqlByte 구조체입니다SqlBoolean.Value

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlString.ToSqlBoolean()

추가 정보

적용 대상

Explicit(SqlSingle to SqlBoolean)

매개 변수를 SqlSingle 구조체로 SqlBoolean 변환합니다.

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlSingle x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlSingle x);
static member op_Explicit : System.Data.SqlTypes.SqlSingle -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlSingle) As SqlBoolean

매개 변수

x
SqlSingle

SqlSingle 구조체로 변환할 A입니다SqlBoolean.

반품

값이 매개 변수의 속성과 같은 새 SqlBoolean 구조체입니다SqlSingle.Value

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlSingle.ToSqlBoolean()

추가 정보

적용 대상

Explicit(SqlMoney to SqlBoolean)

매개 변수를 SqlMoney 구조체로 SqlBoolean 변환합니다.

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlMoney x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlMoney x);
static member op_Explicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlMoney) As SqlBoolean

매개 변수

x
SqlMoney

SqlMoney 구조체로 변환할 A입니다SqlBoolean.

반품

값이 매개 변수의 속성과 같은 새 SqlByte 구조체입니다SqlMoney.Value

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlMoney.ToSqlBoolean()

추가 정보

적용 대상

Explicit(SqlInt32 to SqlBoolean)

매개 변수를 SqlInt32 구조체로 SqlBoolean 변환합니다.

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlInt32 x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlInt32 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt32 -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlInt32) As SqlBoolean

매개 변수

x
SqlInt32

SqlInt32 구조체로 변환할 A입니다SqlBoolean.

반품

값이 매개 변수의 속성과 같은 새 SqlBoolean 구조체입니다SqlInt32.Value

설명

이 연산자에 해당하는 메서드는 .입니다 SqlInt32.ToSqlBoolean().

추가 정보

적용 대상

Explicit(SqlInt64 to SqlBoolean)

매개 변수를 SqlInt64 구조체로 SqlBoolean 변환합니다.

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlInt64 x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlInt64 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlInt64) As SqlBoolean

매개 변수

x
SqlInt64

SqlInt64 구조체로 변환할 A입니다SqlBoolean.

반품

값이 매개 변수의 속성과 같은 새 SqlBoolean 구조체입니다SqlInt64.Value

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlInt64.ToSqlBoolean()

추가 정보

적용 대상

Explicit(SqlDouble to SqlBoolean)

매개 변수를 SqlDouble 구조체로 SqlBoolean 변환합니다.

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlDouble x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlDouble x);
static member op_Explicit : System.Data.SqlTypes.SqlDouble -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlDouble) As SqlBoolean

매개 변수

x
SqlDouble

SqlDouble 구조체로 변환할 A입니다SqlBoolean.

반품

값이 매개 변수의 속성과 같은 새 SqlBoolean 구조체입니다SqlDouble.Value

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlDouble.ToSqlBoolean()

추가 정보

적용 대상

Explicit(SqlInt16 to SqlBoolean)

매개 변수를 SqlInt16 구조체로 SqlBoolean 변환합니다.

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlInt16 x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlInt16 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlInt16) As SqlBoolean

매개 변수

x
SqlInt16

SqlInt16 구조체로 변환할 A입니다SqlBoolean.

반품

값이 매개 변수의 속성과 같은 새 SqlBoolean 구조체입니다SqlInt16.Value

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlInt16.ToSqlBoolean()

추가 정보

적용 대상

Explicit(SqlDecimal to SqlBoolean)

매개 변수를 SqlDecimal 구조체로 SqlBoolean 변환합니다.

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlDecimal x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlDecimal x);
static member op_Explicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlDecimal) As SqlBoolean

매개 변수

x
SqlDecimal

SqlDecimal 구조체로 변환할 A입니다SqlBoolean.

반품

값이 매개 변수의 속성과 같은 새 SqlByte 구조체입니다SqlDecimal.Value

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlDecimal.ToSqlBoolean()

추가 정보

적용 대상

Explicit(SqlByte to SqlBoolean)

매개 변수를 SqlByte 구조체로 SqlBoolean 변환합니다.

public:
 static explicit operator System::Data::SqlTypes::SqlBoolean(System::Data::SqlTypes::SqlByte x);
public static explicit operator System.Data.SqlTypes.SqlBoolean(System.Data.SqlTypes.SqlByte x);
static member op_Explicit : System.Data.SqlTypes.SqlByte -> System.Data.SqlTypes.SqlBoolean
Public Shared Narrowing Operator CType (x As SqlByte) As SqlBoolean

매개 변수

x
SqlByte

SqlByte 구조체로 변환할 A입니다SqlBoolean.

반품

값이 매개 변수의 값과 같은 새 SqlBoolean 구조체입니다SqlByte.Value

설명

이 연산자에 해당하는 메서드는 다음과 같습니다. SqlByte.ToSqlBoolean()

추가 정보

적용 대상

Explicit(SqlBoolean to Boolean)

부울로 SqlBoolean 변환합니다.

public:
 static explicit operator bool(System::Data::SqlTypes::SqlBoolean x);
public static explicit operator bool(System.Data.SqlTypes.SqlBoolean x);
static member op_Explicit : System.Data.SqlTypes.SqlBoolean -> bool
Public Shared Narrowing Operator CType (x As SqlBoolean) As Boolean

매개 변수

x
SqlBoolean

변환할 A SqlBoolean 입니다.

반품

의 부울 집합 Value 입니다 SqlBoolean.

추가 정보

적용 대상