SqlDecimal.Explicit Operator

Definition

Konvertiert die bereitgestellte Struktur in SqlDecimal.

Überlädt

Name Beschreibung
Explicit(Double to SqlDecimal)

Konvertiert den Double Parameter in SqlDecimal.

Explicit(SqlString to SqlDecimal)

Konvertiert den angegebenen SqlString Parameter in SqlDecimal.

Explicit(SqlSingle to SqlDecimal)

Wandelt die angegebene SqlSingle Struktur in SqlDecimalum.

Explicit(SqlDecimal to Decimal)

Konvertiert den SqlDecimal Parameter in Decimal.

Explicit(SqlBoolean to SqlDecimal)

Wandelt die angegebene SqlBoolean Struktur in SqlDecimalum.

Explicit(SqlDouble to SqlDecimal)

Wandelt die angegebene SqlDouble Struktur in SqlDecimalum.

Explicit(Double to SqlDecimal)

Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs

Konvertiert den Double Parameter in SqlDecimal.

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

Parameter

x
Double

Die Double zu konvertierende Struktur.

Gibt zurück

Eine neue SqlDecimal Struktur, deren Wert dem Wert des Double Parameters entspricht.

Hinweise

Die entsprechende Methode für diesen Operator ist SqlDecimal.Value

Gilt für:

Explicit(SqlString to SqlDecimal)

Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs

Konvertiert den angegebenen SqlString Parameter in SqlDecimal.

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

Parameter

x
SqlString

Das SqlString zu konvertierende Objekt.

Gibt zurück

Eine neue SqlDecimal Struktur, deren Value Wert durch den SqlString Parameter dargestellt wird.

Hinweise

Die entsprechende Methode für diesen Operator ist SqlString.ToSqlDecimal()

Weitere Informationen

Gilt für:

Explicit(SqlSingle to SqlDecimal)

Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs

Wandelt die angegebene SqlSingle Struktur in SqlDecimalum.

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

Parameter

x
SqlSingle

Die SqlSingle zu konvertierende Struktur.

Gibt zurück

Eine neue SqlDecimal Struktur, deren Value Eigenschaft dem ValueSqlSingle Parameter entspricht.

Hinweise

Die entsprechende Methode für diesen Operator ist SqlSingle.ToSqlDecimal()

Weitere Informationen

Gilt für:

Explicit(SqlDecimal to Decimal)

Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs

Konvertiert den SqlDecimal Parameter in Decimal.

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

Parameter

x
SqlDecimal

Die SqlDecimal zu konvertierende Struktur.

Gibt zurück

Eine neue Decimal Struktur, deren Wert dem ValueSqlDecimal Parameter entspricht.

Weitere Informationen

Gilt für:

Explicit(SqlBoolean to SqlDecimal)

Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs

Wandelt die angegebene SqlBoolean Struktur in SqlDecimalum.

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

Parameter

x
SqlBoolean

Die SqlBoolean zu konvertierende Struktur.

Gibt zurück

Eine neue SqlDecimal Struktur, deren Value Parameter gleich dem ByteValueSqlBoolean Parameter ist.

Hinweise

Die entsprechende Methode für diesen Operator ist SqlBoolean.ToSqlDecimal()

Weitere Informationen

Gilt für:

Explicit(SqlDouble to SqlDecimal)

Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs
Quelle:
SQLDecimal.cs

Wandelt die angegebene SqlDouble Struktur in SqlDecimalum.

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

Parameter

x
SqlDouble

Die SqlDouble zu konvertierende Struktur.

Gibt zurück

Eine neue SqlDecimal Struktur, deren Value Wert dem Value Parameter SqlDouble entspricht.

Hinweise

Die entsprechende Methode für diesen Operator ist SqlDouble.ToSqlDecimal()

Weitere Informationen

Gilt für: