Partager via


Opérateurs de conversion MDXValue Implicit

Inclure les membres protégés
Inclure les membres hérités

Implicitly converts between an MDXValue and other values or objects.

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 Implicit(SByte to MDXValue) Implicitly converts an 8-bit signed integer to an MDXValue object.
Opérateur publicMembre statique Implicit(Boolean to MDXValue) Implicitly converts a Boolean to an MDXValue object.
Opérateur publicMembre statique Implicit(Byte to MDXValue) Implicitly converts an 8-bit unsigned integer to an MDXValue object.
Opérateur publicMembre statique Implicit(Char to MDXValue) Implicitly converts a Unicode character to an MDXValue object.
Opérateur publicMembre statique Implicit(DateTime to MDXValue) Implicitly converts a DateTime to an MDXValue object.
Opérateur publicMembre statique Implicit(Decimal to MDXValue) Implicitly converts a decimal to an MDXValue object.
Opérateur publicMembre statique Implicit(Double to MDXValue) Implicitly converts a double-precision floating-point number to an MDXValue object.
Opérateur publicMembre statique Implicit(Int16 to MDXValue) Implicitly converts a 16-bit signed integer to an MDXValue object.
Opérateur publicMembre statique Implicit(Int32 to MDXValue) Implicitly converts a 32-bit signed integer to an MDXValue object.
Opérateur publicMembre statique Implicit(Int64 to MDXValue) Implicitly converts a 64-bit signed integer to an MDXValue object.
Opérateur publicMembre statique Implicit(Single to MDXValue) Implicitly converts a single-precision floating-point number to an MDXValue object.
Opérateur publicMembre statique Implicit(String to MDXValue) Implicitly converts a string to an MDXValue object.
Opérateur publicMembre statique Implicit(UInt16 to MDXValue) Implicitly converts a 16-bit unsigned integer to an MDXValue object.
Opérateur publicMembre statique Implicit(UInt32 to MDXValue) Implicitly converts a 32-bit unsigned integer to an MDXValue object.
Opérateur publicMembre statique Implicit(UInt64 to MDXValue) Implicitly converts a 64-bit unsigned integer to an MDXValue object.
Opérateur publicMembre statique Implicit(Hierarchy to MDXValue) Implicitly converts a Hierarchy to an MDXValue object.
Opérateur publicMembre statique Implicit(Level to MDXValue) Implicitly converts a Level to an MDXValue object.
Opérateur publicMembre statique Implicit(Member to MDXValue) Implicitly converts a Member to an MDXValue object.
Opérateur publicMembre statique Implicit(Set to MDXValue) Implicitly converts a Set to an MDXValue object.
Opérateur publicMembre statique Implicit(Tuple to MDXValue) Implicitly converts a Tuple to an MDXValue object.

Haut de la page

Voir aussi

Référence

MDXValue Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer