SqlMoney.Explicit Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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) | |
| Explicit(SqlSingle to SqlMoney) |
Bu işleç, sağlanan SqlSingle parametreyi olarak SqlMoneydönüştürür. |
| Explicit(SqlString to SqlMoney) | |
| 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
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
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)
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
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)
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
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)
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
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)
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
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)
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
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()