Freigeben über


MDXValue-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.MDXValue

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class MDXValue _
    Implements IDisposable
'Usage
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

Der MDXValue-Typ macht folgende Elemente verfügbar.

Methoden

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

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatisches Element Explicit(SByte to MDXValue) Explicitly converts an 8-bit signed integer value to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Boolean to MDXValue) Explicitly converts a Boolean value to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Byte to MDXValue) Explicitly converts an 8-bit unsigned integer value to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Char to MDXValue) Explicitly converts a Unicode character value to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(DateTime to MDXValue) Explicitly converts a DateTime value to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Decimal to MDXValue) Explicitly converts a decimal value to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Double to MDXValue) Explicitly converts a double-precision floating-point number value to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Int16 to MDXValue) Explicitly converts a 16-bit signed integer value to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Int32 to MDXValue) Explicitly converts a 32-bit signed integer value to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Int64 to MDXValue) Explicitly converts a 64-bit signed integer value to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Single to MDXValue) Explicitly converts a single-precision floating-point number to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(String to MDXValue) Explicitly converts a string to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(UInt16 to MDXValue) Explicitly converts a 16-bit unsigned integer to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(UInt32 to MDXValue) Explicitly converts a 32-bit unsigned integer to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(UInt64 to MDXValue) Explicitly converts a 64-bit unsigned integer to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Hierarchy to MDXValue) Explicitly converts a Hierarchy to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Level to MDXValue) Explicitly converts a Level object to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Hierarchy) Explicitly converts an MDXValue object to a Hierarchy.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Tuple) Explicitly converts an MDXValue object to a Tuple.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Member) Explicitly converts an MDXValue object to a Member object.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Level) Explicitly converts an MDXValue object to a Level.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Char) Explicitly converts an MDXValue object to a Unicode character.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to DateTime) Explicitly converts an MDXValue object to a DateTime.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to String) Explicitly converts an MDXValue object to a string.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Boolean) Explicitly converts an MDXValue object to a Boolean value.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Decimal) Explicitly converts an MDXValue object to a decimal.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Int64) Explicitly converts an MDXValue object to a 64-bit signed integer.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to UInt64) Explicitly converts an MDXValue object to a 64-bit unsigned integer.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to UInt32) Explicitly converts an MDXValue object to a 32-bit unsigned integer.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to UInt16) Explicitly converts an MDXValue object to a 16-bit unsigned integer.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Int32) Explicitly converts an MDXValue object to a 32-bit signed integer.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Single) Explicitly converts an MDXValue object to a single-precision floating-point number.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Set) Explicitly converts an MDXValue object to a Set.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to SByte) Explicitly converts an MDXValue object to an 8-bit signed integer.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Byte) Explicitly converts an MDXValue object to an 8-bit unsigned integer.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Double) Explicitly converts an MDXValue object to a double-precision floating-point number.
Öffentlicher OperatorStatisches Element Explicit(MDXValue to Int16) Explicitly converts an MDXValue object to a 16-bit signed integer.
Öffentlicher OperatorStatisches Element Explicit(Member to MDXValue) Explicitly converts a Member to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Set to MDXValue) Explicitly converts a Set to an MDXValue object.
Öffentlicher OperatorStatisches Element Explicit(Tuple to MDXValue) Explicitly converts a Tuple to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(SByte to MDXValue) Implicitly converts an 8-bit signed integer to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Boolean to MDXValue) Implicitly converts a Boolean to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Byte to MDXValue) Implicitly converts an 8-bit unsigned integer to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Char to MDXValue) Implicitly converts a Unicode character to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(DateTime to MDXValue) Implicitly converts a DateTime to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Decimal to MDXValue) Implicitly converts a decimal to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Double to MDXValue) Implicitly converts a double-precision floating-point number to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Int16 to MDXValue) Implicitly converts a 16-bit signed integer to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Int32 to MDXValue) Implicitly converts a 32-bit signed integer to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Int64 to MDXValue) Implicitly converts a 64-bit signed integer to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Single to MDXValue) Implicitly converts a single-precision floating-point number to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(String to MDXValue) Implicitly converts a string to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(UInt16 to MDXValue) Implicitly converts a 16-bit unsigned integer to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(UInt32 to MDXValue) Implicitly converts a 32-bit unsigned integer to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(UInt64 to MDXValue) Implicitly converts a 64-bit unsigned integer to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Hierarchy to MDXValue) Implicitly converts a Hierarchy to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Level to MDXValue) Implicitly converts a Level to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Member to MDXValue) Implicitly converts a Member to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Set to MDXValue) Implicitly converts a Set to an MDXValue object.
Öffentlicher OperatorStatisches Element Implicit(Tuple to MDXValue) Implicitly converts a Tuple to an MDXValue object.

Zum Anfang

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdServer-Namespace