Partager via


Classe MDXValue

Provides conversion capabilities between different Microsoft.AnalysisServices.AdomdServer and value objects.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.AdomdServer.MDXValue

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MDXValue _
    Implements IDisposable
'Utilisation
Dim instance As MDXValue
public sealed class MDXValue : IDisposable
public ref class MDXValue sealed : IDisposable
[<SealedAttribute>]
type MDXValue =  
    class 
        interface IDisposable 
    end
public final class MDXValue implements IDisposable

Le type MDXValue expose les membres suivants.

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the MDXValue.
Méthode publique Dispose Releases all resources used by the MDXValue.
Méthode publique Equals (hérité de Object.)
Méthode publiqueMembre statique FromBool Creates a new MDXValue object from a Boolean.
Méthode publiqueMembre statique FromByte Creates a new MDXValue object from an 8-bit unsigned integer.
Méthode publiqueMembre statique FromChar Creates a new MDXValue object from a Unicode character.
Méthode publiqueMembre statique FromDateTime Creates a new MDXValue object from a DateTime.
Méthode publiqueMembre statique FromDecimal Creates a new MDXValue object from a decimal.
Méthode publiqueMembre statique FromDouble Creates a new MDXValue object from a double-precision floating-point number.
Méthode publiqueMembre statique FromHierarchy Creates a new MDXValue object from a Hierarchy object.
Méthode publiqueMembre statique FromInt16 Creates a new MDXValue object from a 16-bit signed integer.
Méthode publiqueMembre statique FromInt32 Creates a new MDXValue object from a 32-bit signed integer.
Méthode publiqueMembre statique FromInt64 Creates a new MDXValue object from a 64-bit signed integer.
Méthode publiqueMembre statique FromLevel Creates a new MDXValue object from a Level object.
Méthode publiqueMembre statique FromMember Creates a new MDXValue object from a Member object.
Méthode publiqueMembre statique FromSByte Creates a new MDXValue object from an 8-bit signed integer.
Méthode publiqueMembre statique FromSet Creates a new MDXValue object from a Set object.
Méthode publiqueMembre statique FromSingle Creates a new MDXValue object from a single-precision floating-point number.
Méthode publiqueMembre statique FromString Creates a new MDXValue object from a string.
Méthode publiqueMembre statique FromTuple Creates a new MDXValue object from a Tuple object.
Méthode publiqueMembre statique FromUInt16 Creates a new MDXValue object from a 16-bit unsigned integer.
Méthode publiqueMembre statique FromUInt32 Creates a new MDXValue object from a 32-bit unsigned integer.
Méthode publiqueMembre statique FromUInt64 Creates a new MDXValue object from a 64-bit unsigned integer.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToBool Returns a Boolean representation of the MDXValue object.
Méthode publique ToByte Returns an 8-bit unsigned integer representation of the MDXValue object.
Méthode publique ToChar Returns a Unicode character representation of the MDXValue object.
Méthode publique ToDateTime Returns a DateTime representation of the MDXValue object.
Méthode publique ToDecimal Returns a decimal representation of the MDXValue object.
Méthode publique ToDouble Returns a double-precision floating-point number representation of the MDXValue object.
Méthode publique ToHierarchy Returns a Hierarchy representation of the MDXValue object.
Méthode publique ToInt16 Returns a 16-bit signed integer representation of the MDXValue object.
Méthode publique ToInt32 Returns a 32-bit signed integer representation of the MDXValue object.
Méthode publique ToInt64 Returns a 64-bit signed integer representation of the MDXValue object.
Méthode publique ToLevel Returns a Level representation of the MDXValue object.
Méthode publique ToMember Returns a Member representation of the MDXValue object.
Méthode publique ToSByte Returns an 8-bit signed integer representation of the MDXValue object.
Méthode publique ToSet Returns a Set representation of the MDXValue object.
Méthode publique ToSingle Returns a single-precision floating-point number representation of the MDXValue object.
Méthode publique ToString Returns a string representation of the MDXValue object. (remplace Object.ToString().)
Méthode publique ToTuple Returns a Tuple representation of the MDXValue object.
Méthode publique ToUInt16 Returns a 16-bit unsigned integer representation of the MDXValue object.
Méthode publique ToUInt32 Returns a 32-bit unsigned integer representation of the MDXValue object.
Méthode publique ToUInt64 Returns a 64-bit unsigned integer representation of the MDXValue object.

Haut de la page

Opérateurs

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

Notes

To convert an MDXValue to another type, you can use on of the following approaches:

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices.AdomdServer