SqlString.Explicit 연산자

정의

SqlString 형식 간 변환을 수행합니다.

오버로드

Explicit(SqlString to String)

SqlStringString로 변환합니다.

Explicit(SqlSingle to SqlString)

지정된 SqlSingle 매개 변수를 SqlString로 변환합니다.

Explicit(SqlMoney to SqlString)

지정된 SqlMoney 매개 변수를 SqlString로 변환합니다.

Explicit(SqlInt64 to SqlString)

지정된 SqlInt64 매개 변수를 SqlString로 변환합니다.

Explicit(SqlInt16 to SqlString)

지정된 SqlInt16 매개 변수를 SqlString로 변환합니다.

Explicit(SqlInt32 to SqlString)

지정된 SqlInt32 매개 변수를 SqlString로 변환합니다.

Explicit(SqlDouble to SqlString)

지정된 SqlDouble 매개 변수를 SqlString로 변환합니다.

Explicit(SqlDecimal to SqlString)

지정된 SqlDecimal 매개 변수를 SqlString로 변환합니다.

Explicit(SqlDateTime to SqlString)

지정된 SqlDateTime 매개 변수를 SqlString로 변환합니다.

Explicit(SqlByte to SqlString)

지정된 SqlByte 구조체를 SqlString로 변환합니다.

Explicit(SqlBoolean to SqlString)

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

Explicit(SqlGuid to SqlString)

지정된 SqlGuid 매개 변수를 SqlString로 변환합니다.

Explicit(SqlString to String)

SqlStringString로 변환합니다.

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

매개 변수

x
SqlString

변환될 SqlString입니다.

반환

String

SqlString 매개 변수의 Value 속성과 같은 내용을 갖는 String입니다.

추가 정보

적용 대상

Explicit(SqlSingle to SqlString)

지정된 SqlSingle 매개 변수를 SqlString로 변환합니다.

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

매개 변수

x
SqlSingle

변환할 SqlSingle 구조체입니다.

반환

SqlString

SqlString 매개 변수의 문자열 표현을 포함하는 새 SqlSingle입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlSingle.ToSqlString()합니다.

추가 정보

적용 대상

Explicit(SqlMoney to SqlString)

지정된 SqlMoney 매개 변수를 SqlString로 변환합니다.

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

매개 변수

x
SqlMoney

변환할 SqlMoney 구조체입니다.

반환

SqlString

SqlString 매개 변수의 문자열 표현을 포함하는 새 SqlMoney입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlMoney.ToSqlString()

추가 정보

적용 대상

Explicit(SqlInt64 to SqlString)

지정된 SqlInt64 매개 변수를 SqlString로 변환합니다.

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

매개 변수

x
SqlInt64

변환할 SqlInt64 구조체입니다.

반환

SqlString

SqlString 매개 변수의 문자열 표현을 포함하는 새 SqlInt64 개체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlInt64.ToSqlString()

추가 정보

적용 대상

Explicit(SqlInt16 to SqlString)

지정된 SqlInt16 매개 변수를 SqlString로 변환합니다.

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

매개 변수

x
SqlInt16

변환할 SqlInt16 구조체입니다.

반환

SqlString

SqlString 매개 변수의 문자열 표현을 포함하는 새 SqlInt16 개체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlInt16.ToSqlString()

추가 정보

적용 대상

Explicit(SqlInt32 to SqlString)

지정된 SqlInt32 매개 변수를 SqlString로 변환합니다.

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

매개 변수

x
SqlInt32

변환될 SqlInt32 구조체입니다.

반환

SqlString

SqlString 매개 변수의 문자열 표현을 포함하는 새 SqlInt32 개체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlInt32.ToSqlString()

추가 정보

적용 대상

Explicit(SqlDouble to SqlString)

지정된 SqlDouble 매개 변수를 SqlString로 변환합니다.

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

매개 변수

x
SqlDouble

변환할 SqlDouble 구조체입니다.

반환

SqlString

SqlString 매개 변수의 문자열 표현을 포함하는 새 SqlDouble입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlDouble.ToSqlString()

추가 정보

적용 대상

Explicit(SqlDecimal to SqlString)

지정된 SqlDecimal 매개 변수를 SqlString로 변환합니다.

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

매개 변수

x
SqlDecimal

변환할 SqlDecimal 구조체입니다.

반환

SqlString

SqlString 매개 변수의 문자열 표현을 포함하는 새 SqlDecimal입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlDecimal.ToSqlString()

추가 정보

적용 대상

Explicit(SqlDateTime to SqlString)

지정된 SqlDateTime 매개 변수를 SqlString로 변환합니다.

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

매개 변수

x
SqlDateTime

변환할 SqlDateTime 구조체입니다.

반환

SqlString

SqlString 매개 변수의 문자열 표현을 포함하는 새 SqlDateTime입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlDateTime.ToSqlString()

추가 정보

적용 대상

Explicit(SqlByte to SqlString)

지정된 SqlByte 구조체를 SqlString로 변환합니다.

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

매개 변수

x
SqlByte

변환할 SqlByte 구조체입니다.

반환

SqlString

SqlString 매개 변수의 문자열 표현을 포함하는 새 SqlByte 개체입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlByte.ToSqlString()

추가 정보

적용 대상

Explicit(SqlBoolean to SqlString)

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

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

매개 변수

x
SqlBoolean

변환할 SqlBoolean 구조체입니다.

반환

SqlString

SqlString 매개 변수의 문자열 표현을 포함하는 새 SqlBoolean입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlBoolean.ToSqlString()

추가 정보

적용 대상

Explicit(SqlGuid to SqlString)

지정된 SqlGuid 매개 변수를 SqlString로 변환합니다.

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

매개 변수

x
SqlGuid

변환할 SqlGuid 구조체입니다.

반환

SqlString

지정된 SqlString의 문자열 표현이 값인 SqlGuid입니다.

설명

이 연산자에 대 한 해당 메서드는 SqlGuid.ToSqlString()

추가 정보

적용 대상