SqlInt16.Explicit Operatör

Tanım

bir SqlInt16öğesine ve 'den dönüştürür.

Aşırı Yüklemeler

Name Description
Explicit(SqlString to SqlInt16)

Sağlanan SqlString nesneyi öğesine SqlInt16dönüştürür.

Explicit(SqlSingle to SqlInt16)

Sağlanan SqlSingle yapıyı öğesine SqlInt16dönüştürür.

Explicit(SqlMoney to SqlInt16)

Sağlanan SqlMoney yapıyı öğesine SqlInt16dönüştürür.

Explicit(SqlInt64 to SqlInt16)

Sağlanan SqlInt64 yapıyı öğesine SqlInt16dönüştürür.

Explicit(SqlInt32 to SqlInt16)

Sağlanan SqlInt32 yapıyı öğesine SqlInt16dönüştürür.

Explicit(SqlInt16 to Int16)

Sağlanan SqlInt16 yapıyı kısa bir tamsayıya dönüştürür.

Explicit(SqlDouble to SqlInt16)

Sağlanan SqlDouble yapıyı öğesine SqlInt16dönüştürür.

Explicit(SqlDecimal to SqlInt16)

Sağlanan SqlDecimal yapıyı öğesine SqlInt16dönüştürür.

Explicit(SqlBoolean to SqlInt16)

Sağlanan SqlBoolean yapıyı öğesine SqlInt16dönüştürür.

Explicit(SqlString to SqlInt16)

Sağlanan SqlString nesneyi öğesine SqlInt16dönüştürür.

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

Parametreler

x
SqlString

Bir SqlString nesnesi.

Döndürülenler

Özelliği nesne parametresi tarafından SqlString temsil edilen değere eşit olan yeni SqlInt16 bir yapıValue.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: SqlString.ToSqlInt16()

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlSingle to SqlInt16)

Sağlanan SqlSingle yapıyı öğesine SqlInt16dönüştürür.

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

Parametreler

x
SqlSingle

SqlSingle bir yapı.

Döndürülenler

Özelliği parametresinin tamsayı bölümüne SqlSingle eşit olan yeni SqlInt16 bir yapıValue.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: SqlSingle.ToSqlInt16()

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlMoney to SqlInt16)

Sağlanan SqlMoney yapıyı öğesine SqlInt16dönüştürür.

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

Parametreler

x
SqlMoney

SqlMoney bir yapı.

Döndürülenler

Özelliği parametresinin özelliğine Value eşit olan yeni SqlInt16 bir SqlMoney yapıValue.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: SqlMoney.ToSqlInt16()

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlInt64 to SqlInt16)

Sağlanan SqlInt64 yapıyı öğesine SqlInt16dönüştürür.

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

Parametreler

x
SqlInt64

SqlInt64 bir yapı.

Döndürülenler

Özelliği parametresine Value eşit olan yeni SqlInt16 bir SqlInt64 yapıValue.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: SqlInt64.ToSqlInt16()

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlInt32 to SqlInt16)

Sağlanan SqlInt32 yapıyı öğesine SqlInt16dönüştürür.

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

Parametreler

x
SqlInt32

SqlInt32 bir yapı.

Döndürülenler

Özelliği sağlanan parametrenin Value değerine eşit olan yeni SqlInt16 bir yapıValue.SqlInt32

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: SqlInt32.ToSqlInt16()

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlInt16 to Int16)

Sağlanan SqlInt16 yapıyı kısa bir tamsayıya dönüştürür.

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

Parametreler

x
SqlInt16

SqlInt16 bir yapı.

Döndürülenler

Değeri parametrenin SqlInt16 Değeri olan kısa bir tamsayı.

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlDouble to SqlInt16)

Sağlanan SqlDouble yapıyı öğesine SqlInt16dönüştürür.

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

Parametreler

x
SqlDouble

SqlDouble bir yapı.

Döndürülenler

Özelliği parametresinin tamsayı bölümüne SqlDouble eşit olan yeni SqlInt16 bir yapıValue.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: SqlDouble.ToSqlInt16()

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlDecimal to SqlInt16)

Sağlanan SqlDecimal yapıyı öğesine SqlInt16dönüştürür.

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

Parametreler

x
SqlDecimal

SqlDecimal bir yapı.

Döndürülenler

Özelliği parametresinin özelliğine Value eşit olan yeni SqlInt16 bir SqlDecimal yapıValue.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: SqlDecimal.ToSqlInt16()

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlBoolean to SqlInt16)

Sağlanan SqlBoolean yapıyı öğesine SqlInt16dönüştürür.

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

Parametreler

x
SqlBoolean

SqlBoolean bir yapı.

Döndürülenler

Özelliği parametresinin özelliğine ByteValue eşit olan yeni SqlInt16 bir SqlBoolean yapıValue.

Açıklamalar

Bu işlecin eşdeğer yöntemi şudur: SqlBoolean.ToSqlInt16()

Ayrıca bkz.

Şunlara uygulanır