SqlInt32.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 SqlInt32öğesine ve 'den dönüştürür.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| Explicit(SqlString to SqlInt32) | |
| Explicit(SqlSingle to SqlInt32) | |
| Explicit(SqlMoney to SqlInt32) | |
| Explicit(SqlInt64 to SqlInt32) | |
| Explicit(SqlDouble to SqlInt32) | |
| Explicit(SqlDecimal to SqlInt32) |
Sağlanan SqlDecimal yapıyı öğesine SqlInt32dönüştürür. |
| Explicit(SqlBoolean to SqlInt32) |
Sağlanan SqlBoolean öğesini öğesine SqlInt32dönüştürür. |
| Explicit(SqlInt32 to Int32) |
Sağlanan SqlInt32 yapıyı bir tamsayıya dönüştürür. |
Explicit(SqlString to SqlInt32)
public:
static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlString x);
public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlString x);
static member op_Explicit : System.Data.SqlTypes.SqlString -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlString) As SqlInt32
Parametreler
Döndürülenler
özelliği parametresiyle SqlString temsil edilen değere eşit olan yeni SqlInt32 bir yapıValue.
Açıklamalar
Bu işlecin eşdeğer yöntemi şudur: SqlString.ToSqlInt32()
Ayrıca bkz.
Şunlara uygulanır
Explicit(SqlSingle to SqlInt32)
public:
static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlSingle x);
public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlSingle x);
static member op_Explicit : System.Data.SqlTypes.SqlSingle -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlSingle) As SqlInt32
Parametreler
Döndürülenler
Özelliği parametresinin tamsayı bölümüne SqlSingle eşit olan yeni SqlInt32 bir yapıValue.
Açıklamalar
Bu işlecin eşdeğer yöntemi şudur: SqlSingle.ToSqlInt32()
Ayrıca bkz.
Şunlara uygulanır
Explicit(SqlMoney to SqlInt32)
public:
static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlMoney x);
public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlMoney x);
static member op_Explicit : System.Data.SqlTypes.SqlMoney -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlMoney) As SqlInt32
Parametreler
Döndürülenler
Özelliği parametresinin özelliğine Value eşit olan Value yeni SqlInt32 bir SqlMoney yapı.
Açıklamalar
Bu işlecin eşdeğer yöntemi şudur: SqlMoney.ToSqlInt32()
Ayrıca bkz.
Şunlara uygulanır
Explicit(SqlInt64 to SqlInt32)
public:
static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlInt64 x);
public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlInt64 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt64 -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlInt64) As SqlInt32
Parametreler
Döndürülenler
Özelliği parametresinin özelliğine Value eşit olan Value yeni SqlInt32 bir SqlInt64 yapı.
Açıklamalar
Bu işlecin eşdeğer yöntemi şudur: SqlInt64.ToSqlInt32()
Ayrıca bkz.
Şunlara uygulanır
Explicit(SqlDouble to SqlInt32)
public:
static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlDouble x);
public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlDouble x);
static member op_Explicit : System.Data.SqlTypes.SqlDouble -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlDouble) As SqlInt32
Parametreler
Döndürülenler
Özelliği parametresinin tamsayı bölümüne SqlDouble eşit olan yeni SqlInt32 bir yapıValue.
Açıklamalar
Bu işlecin eşdeğer yöntemi şudur: SqlDouble.ToSqlInt32()
Ayrıca bkz.
Şunlara uygulanır
Explicit(SqlDecimal to SqlInt32)
Sağlanan SqlDecimal yapıyı öğesine SqlInt32dönüştürür.
public:
static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlDecimal x);
public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlDecimal x);
static member op_Explicit : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlDecimal) As SqlInt32
Parametreler
SqlDecimal bir yapı.
Döndürülenler
Özelliği parametresinin özelliğine Value eşit olan Value yeni SqlInt32 bir SqlDecimal yapı.
Açıklamalar
Bu işlecin eşdeğer yöntemi şudur: SqlDecimal.ToSqlInt32()
Ayrıca bkz.
Şunlara uygulanır
Explicit(SqlBoolean to SqlInt32)
Sağlanan SqlBoolean öğesini öğesine SqlInt32dönüştürür.
public:
static explicit operator System::Data::SqlTypes::SqlInt32(System::Data::SqlTypes::SqlBoolean x);
public static explicit operator System.Data.SqlTypes.SqlInt32(System.Data.SqlTypes.SqlBoolean x);
static member op_Explicit : System.Data.SqlTypes.SqlBoolean -> System.Data.SqlTypes.SqlInt32
Public Shared Narrowing Operator CType (x As SqlBoolean) As SqlInt32
Parametreler
SqlBoolean bir yapı.
Döndürülenler
Özelliği parametresinin özelliğine ByteValue eşit olan yeni SqlInt32 bir SqlBoolean yapıValue.
Açıklamalar
Bu işlecin eşdeğer yöntemi şudur: SqlBoolean.ToSqlInt32()
Ayrıca bkz.
Şunlara uygulanır
Explicit(SqlInt32 to Int32)
Sağlanan SqlInt32 yapıyı bir tamsayıya dönüştürür.
public:
static explicit operator int(System::Data::SqlTypes::SqlInt32 x);
public static explicit operator int(System.Data.SqlTypes.SqlInt32 x);
static member op_Explicit : System.Data.SqlTypes.SqlInt32 -> int
Public Shared Narrowing Operator CType (x As SqlInt32) As Integer
Parametreler
Döndürülenler
Dönüştürülen tamsayı değeri.