SqlMoney.Explicit Operatör

Tanım

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

Aşırı Yüklemeler

Name Description
Explicit(SqlBoolean to SqlMoney)

Bu örtük işleç, sağlanan SqlBoolean parametreyi öğesine SqlMoneydönüştürür.

Explicit(SqlDecimal to SqlMoney)

Bu işleç, sağlanan SqlDecimal parametreyi olarak SqlMoneydönüştürür.

Explicit(SqlDouble to SqlMoney)

Bu işleç, sağlanan SqlDouble parametreyi olarak SqlMoneydönüştürür.

Explicit(SqlMoney to Decimal)

Belirtilen SqlMoney yapıyı öğesine Decimaldönüştürür.

Explicit(SqlSingle to SqlMoney)

Bu işleç, sağlanan SqlSingle parametreyi olarak SqlMoneydönüştürür.

Explicit(SqlString to SqlMoney)

Bu işleç parametresini SqlString olarak SqlMoneydönüştürür.

Explicit(Double to SqlMoney)

Bu örtük işleç, sağlanan SqlDouble parametreyi öğesine SqlMoneydönüştürür.

Explicit(SqlBoolean to SqlMoney)

Bu örtük işleç, sağlanan SqlBoolean parametreyi öğesine SqlMoneydönüştürür.

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

Parametreler

x
SqlBoolean

Dönüştürülecek SqlBoolean yapı.

Döndürülenler

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

Açıklamalar

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

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlDecimal to SqlMoney)

Bu işleç, sağlanan SqlDecimal parametreyi olarak SqlMoneydönüştürür.

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

Parametreler

x
SqlDecimal

Dönüştürülecek SqlDecimal yapı.

Döndürülenler

Özelliği parametresinin SqlDecimalValue değerine eşit olan Value yeni SqlMoney bir yapı.

Açıklamalar

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

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlDouble to SqlMoney)

Bu işleç, sağlanan SqlDouble parametreyi olarak SqlMoneydönüştürür.

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

Parametreler

x
SqlDouble

Dönüştürülecek SqlDouble yapı.

Döndürülenler

Özelliği parametresinin SqlDoubleValue değerine eşit olan Value yeni SqlMoney bir yapı.

Açıklamalar

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

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlMoney to Decimal)

Belirtilen SqlMoney yapıyı öğesine Decimaldönüştürür.

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

Parametreler

x
SqlMoney

SqlMoney bir yapı.

Döndürülenler

Değeri parametresinin ValueSqlMoney değerine eşit olan yeni Decimal bir yapı.

Açıklamalar

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

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlSingle to SqlMoney)

Bu işleç, sağlanan SqlSingle parametreyi olarak SqlMoneydönüştürür.

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

Parametreler

x
SqlSingle

Dönüştürülecek SqlSingle yapı.

Döndürülenler

Özelliği parametresinin SqlSingleValue değerine eşit olan Value yeni SqlMoney bir yapı.

Açıklamalar

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

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlString to SqlMoney)

Bu işleç parametresini SqlString olarak SqlMoneydönüştürür.

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

Parametreler

x
SqlString

SqlString Dönüştürülecek nesne.

Döndürülenler

özelliği parametresiyle SqlString temsil edilen değere eşit olan yeni SqlMoney bir yapıValue.

Açıklamalar

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

Ayrıca bkz.

Şunlara uygulanır

Explicit(Double to SqlMoney)

Bu örtük işleç, sağlanan SqlDouble parametreyi öğesine SqlMoneydönüştürür.

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

Parametreler

x
Double

Dönüştürülecek SqlDouble yapı.

Döndürülenler

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

Açıklamalar

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

Ayrıca bkz.

Şunlara uygulanır