SqlInt64.Explicit Operatör

Tanım

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

Aşırı Yüklemeler

Explicit(SqlString to SqlInt64)

Sağlanan SqlString parametreyi öğesine SqlInt64dönüştürür.

Explicit(SqlSingle to SqlInt64)

Sağlanan SqlSingle parametreyi öğesine SqlInt64dönüştürür.

Explicit(SqlMoney to SqlInt64)

Sağlanan SqlMoney parametreyi öğesine SqlInt64dönüştürür.

Explicit(SqlInt64 to Int64)

parametresini SqlInt64 long değerine dönüştürür.

Explicit(SqlDouble to SqlInt64)

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

Explicit(SqlDecimal to SqlInt64)

Sağlanan SqlDecimal parametreyi öğesine SqlInt64dönüştürür.

Explicit(SqlBoolean to SqlInt64)

Sağlanan SqlBoolean parametreyi öğesine SqlInt64dönüştürür.

Explicit(SqlString to SqlInt64)

Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs

Sağlanan SqlString parametreyi öğesine SqlInt64dönüştürür.

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

Parametreler

x
SqlString

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

Döndürülenler

parametresiyle SqlString temsil edilen değere eşit olan Value yeni SqlInt64 bir değer.

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlSingle to SqlInt64)

Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs

Sağlanan SqlSingle parametreyi öğesine SqlInt64dönüştürür.

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

Parametreler

x
SqlSingle

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

Döndürülenler

özelliği parametresinin tamsayı bölümünü içeren yeni SqlInt64 bir yapıValue.SqlSingle

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlMoney to SqlInt64)

Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs

Sağlanan SqlMoney parametreyi öğesine SqlInt64dönüştürür.

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

Parametreler

x
SqlMoney

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

Döndürülenler

Özelliği parametrenin tamsayı bölümüne SqlMoney eşit olan Value yeni SqlInt64 bir yapı.

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlInt64 to Int64)

Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs

parametresini SqlInt64 long değerine dönüştürür.

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

Parametreler

x
SqlInt64

Bir SqlInt64 yapı.

Döndürülenler

değerine eşit ValueSqlInt64yeni bir uzun değer.

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlDouble to SqlInt64)

Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs

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

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

Parametreler

x
SqlDouble

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

Döndürülenler

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

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlDecimal to SqlInt64)

Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs

Sağlanan SqlDecimal parametreyi öğesine SqlInt64dönüştürür.

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

Parametreler

x
SqlDecimal

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

Döndürülenler

Parametresinin tamsayı bölümüne SqlDecimal eşit olan yeni SqlInt64 bir yapıValue.

Ayrıca bkz.

Şunlara uygulanır

Explicit(SqlBoolean to SqlInt64)

Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs
Kaynak:
SQLInt64.cs

Sağlanan SqlBoolean parametreyi öğesine SqlInt64dönüştürür.

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

Parametreler

x
SqlBoolean

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

Döndürülenler

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

Ayrıca bkz.

Şunlara uygulanır