Поделиться через


Класс MDXValue

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

Иерархия наследования

System.Object
  Microsoft.AnalysisServices.AdomdServer.MDXValue

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public NotInheritable Class MDXValue _
    Implements IDisposable
'Применение
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

Тип MDXValue обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the MDXValue.
Открытый метод Dispose Releases all resources used by the MDXValue.
Открытый метод Equals (Производный от Object.)
Открытый методСтатический элемент FromBool Creates a new MDXValue object from a Boolean.
Открытый методСтатический элемент FromByte Creates a new MDXValue object from an 8-bit unsigned integer.
Открытый методСтатический элемент FromChar Creates a new MDXValue object from a Unicode character.
Открытый методСтатический элемент FromDateTime Creates a new MDXValue object from a DateTime.
Открытый методСтатический элемент FromDecimal Creates a new MDXValue object from a decimal.
Открытый методСтатический элемент FromDouble Creates a new MDXValue object from a double-precision floating-point number.
Открытый методСтатический элемент FromHierarchy Creates a new MDXValue object from a Hierarchy object.
Открытый методСтатический элемент FromInt16 Creates a new MDXValue object from a 16-bit signed integer.
Открытый методСтатический элемент FromInt32 Creates a new MDXValue object from a 32-bit signed integer.
Открытый методСтатический элемент FromInt64 Creates a new MDXValue object from a 64-bit signed integer.
Открытый методСтатический элемент FromLevel Creates a new MDXValue object from a Level object.
Открытый методСтатический элемент FromMember Creates a new MDXValue object from a Member object.
Открытый методСтатический элемент FromSByte Creates a new MDXValue object from an 8-bit signed integer.
Открытый методСтатический элемент FromSet Creates a new MDXValue object from a Set object.
Открытый методСтатический элемент FromSingle Creates a new MDXValue object from a single-precision floating-point number.
Открытый методСтатический элемент FromString Creates a new MDXValue object from a string.
Открытый методСтатический элемент FromTuple Creates a new MDXValue object from a Tuple object.
Открытый методСтатический элемент FromUInt16 Creates a new MDXValue object from a 16-bit unsigned integer.
Открытый методСтатический элемент FromUInt32 Creates a new MDXValue object from a 32-bit unsigned integer.
Открытый методСтатический элемент FromUInt64 Creates a new MDXValue object from a 64-bit unsigned integer.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToBool Returns a Boolean representation of the MDXValue object.
Открытый метод ToByte Returns an 8-bit unsigned integer representation of the MDXValue object.
Открытый метод ToChar Returns a Unicode character representation of the MDXValue object.
Открытый метод ToDateTime Returns a DateTime representation of the MDXValue object.
Открытый метод ToDecimal Returns a decimal representation of the MDXValue object.
Открытый метод ToDouble Returns a double-precision floating-point number representation of the MDXValue object.
Открытый метод ToHierarchy Returns a Hierarchy representation of the MDXValue object.
Открытый метод ToInt16 Returns a 16-bit signed integer representation of the MDXValue object.
Открытый метод ToInt32 Returns a 32-bit signed integer representation of the MDXValue object.
Открытый метод ToInt64 Returns a 64-bit signed integer representation of the MDXValue object.
Открытый метод ToLevel Returns a Level representation of the MDXValue object.
Открытый метод ToMember Returns a Member representation of the MDXValue object.
Открытый метод ToSByte Returns an 8-bit signed integer representation of the MDXValue object.
Открытый метод ToSet Returns a Set representation of the MDXValue object.
Открытый метод ToSingle Returns a single-precision floating-point number representation of the MDXValue object.
Открытый метод ToString Returns a string representation of the MDXValue object. (Переопределяет Object.ToString().)
Открытый метод ToTuple Returns a Tuple representation of the MDXValue object.
Открытый метод ToUInt16 Returns a 16-bit unsigned integer representation of the MDXValue object.
Открытый метод ToUInt32 Returns a 32-bit unsigned integer representation of the MDXValue object.
Открытый метод ToUInt64 Returns a 64-bit unsigned integer representation of the MDXValue object.

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Explicit(SByte to MDXValue) Explicitly converts an 8-bit signed integer value to an MDXValue object.
Открытый операторСтатический элемент Explicit(Boolean to MDXValue) Explicitly converts a Boolean value to an MDXValue object.
Открытый операторСтатический элемент Explicit(Byte to MDXValue) Explicitly converts an 8-bit unsigned integer value to an MDXValue object.
Открытый операторСтатический элемент Explicit(Char to MDXValue) Explicitly converts a Unicode character value to an MDXValue object.
Открытый операторСтатический элемент Explicit(DateTime to MDXValue) Explicitly converts a DateTime value to an MDXValue object.
Открытый операторСтатический элемент Explicit(Decimal to MDXValue) Explicitly converts a decimal value to an MDXValue object.
Открытый операторСтатический элемент Explicit(Double to MDXValue) Explicitly converts a double-precision floating-point number value to an MDXValue object.
Открытый операторСтатический элемент Explicit(Int16 to MDXValue) Explicitly converts a 16-bit signed integer value to an MDXValue object.
Открытый операторСтатический элемент Explicit(Int32 to MDXValue) Explicitly converts a 32-bit signed integer value to an MDXValue object.
Открытый операторСтатический элемент Explicit(Int64 to MDXValue) Explicitly converts a 64-bit signed integer value to an MDXValue object.
Открытый операторСтатический элемент Explicit(Single to MDXValue) Explicitly converts a single-precision floating-point number to an MDXValue object.
Открытый операторСтатический элемент Explicit(String to MDXValue) Explicitly converts a string to an MDXValue object.
Открытый операторСтатический элемент Explicit(UInt16 to MDXValue) Explicitly converts a 16-bit unsigned integer to an MDXValue object.
Открытый операторСтатический элемент Explicit(UInt32 to MDXValue) Explicitly converts a 32-bit unsigned integer to an MDXValue object.
Открытый операторСтатический элемент Explicit(UInt64 to MDXValue) Explicitly converts a 64-bit unsigned integer to an MDXValue object.
Открытый операторСтатический элемент Explicit(Hierarchy to MDXValue) Explicitly converts a Hierarchy to an MDXValue object.
Открытый операторСтатический элемент Explicit(Level to MDXValue) Explicitly converts a Level object to an MDXValue object.
Открытый операторСтатический элемент Explicit(MDXValue to Hierarchy) Explicitly converts an MDXValue object to a Hierarchy.
Открытый операторСтатический элемент Explicit(MDXValue to Tuple) Explicitly converts an MDXValue object to a Tuple.
Открытый операторСтатический элемент Explicit(MDXValue to Member) Explicitly converts an MDXValue object to a Member object.
Открытый операторСтатический элемент Explicit(MDXValue to Level) Explicitly converts an MDXValue object to a Level.
Открытый операторСтатический элемент Explicit(MDXValue to Char) Explicitly converts an MDXValue object to a Unicode character.
Открытый операторСтатический элемент Explicit(MDXValue to DateTime) Explicitly converts an MDXValue object to a DateTime.
Открытый операторСтатический элемент Explicit(MDXValue to String) Explicitly converts an MDXValue object to a string.
Открытый операторСтатический элемент Explicit(MDXValue to Boolean) Explicitly converts an MDXValue object to a Boolean value.
Открытый операторСтатический элемент Explicit(MDXValue to Decimal) Explicitly converts an MDXValue object to a decimal.
Открытый операторСтатический элемент Explicit(MDXValue to Int64) Explicitly converts an MDXValue object to a 64-bit signed integer.
Открытый операторСтатический элемент Explicit(MDXValue to UInt64) Explicitly converts an MDXValue object to a 64-bit unsigned integer.
Открытый операторСтатический элемент Explicit(MDXValue to UInt32) Explicitly converts an MDXValue object to a 32-bit unsigned integer.
Открытый операторСтатический элемент Explicit(MDXValue to UInt16) Explicitly converts an MDXValue object to a 16-bit unsigned integer.
Открытый операторСтатический элемент Explicit(MDXValue to Int32) Explicitly converts an MDXValue object to a 32-bit signed integer.
Открытый операторСтатический элемент Explicit(MDXValue to Single) Explicitly converts an MDXValue object to a single-precision floating-point number.
Открытый операторСтатический элемент Explicit(MDXValue to Set) Explicitly converts an MDXValue object to a Set.
Открытый операторСтатический элемент Explicit(MDXValue to SByte) Explicitly converts an MDXValue object to an 8-bit signed integer.
Открытый операторСтатический элемент Explicit(MDXValue to Byte) Explicitly converts an MDXValue object to an 8-bit unsigned integer.
Открытый операторСтатический элемент Explicit(MDXValue to Double) Explicitly converts an MDXValue object to a double-precision floating-point number.
Открытый операторСтатический элемент Explicit(MDXValue to Int16) Explicitly converts an MDXValue object to a 16-bit signed integer.
Открытый операторСтатический элемент Explicit(Member to MDXValue) Explicitly converts a Member to an MDXValue object.
Открытый операторСтатический элемент Explicit(Set to MDXValue) Explicitly converts a Set to an MDXValue object.
Открытый операторСтатический элемент Explicit(Tuple to MDXValue) Explicitly converts a Tuple to an MDXValue object.
Открытый операторСтатический элемент Implicit(SByte to MDXValue) Implicitly converts an 8-bit signed integer to an MDXValue object.
Открытый операторСтатический элемент Implicit(Boolean to MDXValue) Implicitly converts a Boolean to an MDXValue object.
Открытый операторСтатический элемент Implicit(Byte to MDXValue) Implicitly converts an 8-bit unsigned integer to an MDXValue object.
Открытый операторСтатический элемент Implicit(Char to MDXValue) Implicitly converts a Unicode character to an MDXValue object.
Открытый операторСтатический элемент Implicit(DateTime to MDXValue) Implicitly converts a DateTime to an MDXValue object.
Открытый операторСтатический элемент Implicit(Decimal to MDXValue) Implicitly converts a decimal to an MDXValue object.
Открытый операторСтатический элемент Implicit(Double to MDXValue) Implicitly converts a double-precision floating-point number to an MDXValue object.
Открытый операторСтатический элемент Implicit(Int16 to MDXValue) Implicitly converts a 16-bit signed integer to an MDXValue object.
Открытый операторСтатический элемент Implicit(Int32 to MDXValue) Implicitly converts a 32-bit signed integer to an MDXValue object.
Открытый операторСтатический элемент Implicit(Int64 to MDXValue) Implicitly converts a 64-bit signed integer to an MDXValue object.
Открытый операторСтатический элемент Implicit(Single to MDXValue) Implicitly converts a single-precision floating-point number to an MDXValue object.
Открытый операторСтатический элемент Implicit(String to MDXValue) Implicitly converts a string to an MDXValue object.
Открытый операторСтатический элемент Implicit(UInt16 to MDXValue) Implicitly converts a 16-bit unsigned integer to an MDXValue object.
Открытый операторСтатический элемент Implicit(UInt32 to MDXValue) Implicitly converts a 32-bit unsigned integer to an MDXValue object.
Открытый операторСтатический элемент Implicit(UInt64 to MDXValue) Implicitly converts a 64-bit unsigned integer to an MDXValue object.
Открытый операторСтатический элемент Implicit(Hierarchy to MDXValue) Implicitly converts a Hierarchy to an MDXValue object.
Открытый операторСтатический элемент Implicit(Level to MDXValue) Implicitly converts a Level to an MDXValue object.
Открытый операторСтатический элемент Implicit(Member to MDXValue) Implicitly converts a Member to an MDXValue object.
Открытый операторСтатический элемент Implicit(Set to MDXValue) Implicitly converts a Set to an MDXValue object.
Открытый операторСтатический элемент Implicit(Tuple to MDXValue) Implicitly converts a Tuple to an MDXValue object.

В начало

Замечания

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

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdServer