Partager via


Opérateurs de conversion Explicit

Converts an MDXValue object into another type.

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(SByte to MDXValue) Explicitly converts an 8-bit signed integer value to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Boolean to MDXValue) Explicitly converts a Boolean value to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Byte to MDXValue) Explicitly converts an 8-bit unsigned integer value to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Char to MDXValue) Explicitly converts a Unicode character value to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(DateTime to MDXValue) Explicitly converts a DateTime value to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Decimal to MDXValue) Explicitly converts a decimal value to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Double to MDXValue) Explicitly converts a double-precision floating-point number value to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Int16 to MDXValue) Explicitly converts a 16-bit signed integer value to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Int32 to MDXValue) Explicitly converts a 32-bit signed integer value to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Int64 to MDXValue) Explicitly converts a 64-bit signed integer value to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Single to MDXValue) Explicitly converts a single-precision floating-point number to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(String to MDXValue) Explicitly converts a string to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(UInt16 to MDXValue) Explicitly converts a 16-bit unsigned integer to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(UInt32 to MDXValue) Explicitly converts a 32-bit unsigned integer to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(UInt64 to MDXValue) Explicitly converts a 64-bit unsigned integer to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Hierarchy to MDXValue) Explicitly converts a Hierarchy to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Level to MDXValue) Explicitly converts a Level object to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Hierarchy) Explicitly converts an MDXValue object to a Hierarchy.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Tuple) Explicitly converts an MDXValue object to a Tuple.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Member) Explicitly converts an MDXValue object to a Member object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Level) Explicitly converts an MDXValue object to a Level.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Char) Explicitly converts an MDXValue object to a Unicode character.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to DateTime) Explicitly converts an MDXValue object to a DateTime.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to String) Explicitly converts an MDXValue object to a string.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Boolean) Explicitly converts an MDXValue object to a Boolean value.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Decimal) Explicitly converts an MDXValue object to a decimal.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Int64) Explicitly converts an MDXValue object to a 64-bit signed integer.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to UInt64) Explicitly converts an MDXValue object to a 64-bit unsigned integer.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to UInt32) Explicitly converts an MDXValue object to a 32-bit unsigned integer.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to UInt16) Explicitly converts an MDXValue object to a 16-bit unsigned integer.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Int32) Explicitly converts an MDXValue object to a 32-bit signed integer.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Single) Explicitly converts an MDXValue object to a single-precision floating-point number.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Set) Explicitly converts an MDXValue object to a Set.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to SByte) Explicitly converts an MDXValue object to an 8-bit signed integer.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Byte) Explicitly converts an MDXValue object to an 8-bit unsigned integer.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Double) Explicitly converts an MDXValue object to a double-precision floating-point number.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(MDXValue to Int16) Explicitly converts an MDXValue object to a 16-bit signed integer.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Member to MDXValue) Explicitly converts a Member to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Set to MDXValue) Explicitly converts a Set to an MDXValue object.
Opérateur publicMembre statique Explicit Narrowing Explicit Explicit Explicit(Tuple to MDXValue) Explicitly converts a Tuple to an MDXValue object.

Haut de la page