SqlByte.Explicit Operátor

Definice

Převede parametr na .SqlByte

Přetížení

Explicit(SqlString to SqlByte)

Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs

Převede zadaný SqlString na SqlByte.

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

Parametry

x
SqlString

Instance třídy SqlString

Návraty

Struktura SqlByte , jejíž Value vlastnost je rovna číselné hodnotě reprezentované SqlString.

Poznámky

Ekvivalentní metoda tohoto operátoru je SqlString.ToSqlByte()

Viz také

Platí pro

Explicit(SqlSingle to SqlByte)

Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs

Převede zadanou SqlSingle strukturu na SqlByte.

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

Parametry

x
SqlSingle

Struktura SqlSingle .

Návraty

Struktura SqlByte , jejíž Value vlastnost je rovna Value parametru SqlSingle .

Poznámky

Ekvivalentní metoda tohoto operátoru je SqlSingle.ToSqlByte()

Viz také

Platí pro

Explicit(SqlMoney to SqlByte)

Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs

SqlMoney Převede parametr na .SqlByte

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

Parametry

x
SqlMoney

Struktura SqlMoney .

Návraty

Struktura SqlByte , jejíž Value vlastnost je rovna Value parametru SqlMoney .

Poznámky

Ekvivalentní metoda tohoto operátoru je SqlMoney.ToSqlByte()

Viz také

Platí pro

Explicit(SqlInt64 to SqlByte)

Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs

Převede zadaný SqlInt64 na SqlByte.

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

Parametry

x
SqlInt64

Struktura SqlInt64 .

Návraty

Struktura SqlByte , jejíž Value vlastnost je rovna Value parametru SqlInt64 .

Poznámky

Ekvivalentní metoda tohoto operátoru je SqlInt64.ToSqlByte()

Viz také

Platí pro

Explicit(SqlInt32 to SqlByte)

Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs

Převede zadaný SqlInt32 na SqlByte.

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

Parametry

x
SqlInt32

Struktura SqlInt32 .

Návraty

Struktura SqlByte , jejíž Value vlastnost je rovna Value parametru SqlInt32 .

Poznámky

Ekvivalentní metoda tohoto operátoru je SqlInt32.ToSqlByte()

Viz také

Platí pro

Explicit(SqlDouble to SqlByte)

Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs

Převede zadaný SqlDouble na SqlByte.

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

Parametry

x
SqlDouble

Struktura SqlDouble .

Návraty

Struktura SqlByte , jejíž Value vlastnost je rovna Value parametru SqlDouble .

Poznámky

Ekvivalentní metoda tohoto operátoru je SqlDouble.ToSqlByte()

Viz také

Platí pro

Explicit(SqlDecimal to SqlByte)

Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs

Převede zadaný SqlDecimal na SqlByte.

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

Parametry

x
SqlDecimal

Struktura SqlDecimal .

Návraty

Struktura SqlByte , jejíž Value vlastnost je rovna Value parametru SqlDecimal .

Poznámky

Ekvivalentní metoda tohoto operátoru je SqlDecimal.ToSqlByte()

Viz také

Platí pro

Explicit(SqlByte to Byte)

Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs

Převede zadanou strukturu SqlByte na bajt.

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

Parametry

x
SqlByte

Struktura SqlByte , která se má převést na bajt.

Návraty

Bajt, jehož hodnota se Value rovná vlastnosti parametru SqlByte .

Viz také

Platí pro

Explicit(SqlBoolean to SqlByte)

Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs

SqlBoolean Převede parametr na .SqlByte

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

Parametry

x
SqlBoolean

ParametrSqlBoolean, který se má převést na .SqlByte

Návraty

A SqlByte jehož Value vlastnost se ByteValue rovná zadanému SqlBoolean parametru.

Poznámky

Ekvivalentní metoda tohoto operátoru je SqlBoolean.ToSqlByte()

Viz také

Platí pro

Explicit(SqlInt16 to SqlByte)

Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs
Zdroj:
SQLByte.cs

SqlInt16 Převede parametr na .SqlByte

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

Parametry

x
SqlInt16

Struktura SqlInt16 .

Návraty

Struktura SqlByte , jejíž Value vlastnost je rovna Value parametru SqlInt16 .

Poznámky

Ekvivalentní metoda tohoto operátoru je SqlInt16.ToSqlByte()

Viz také

Platí pro