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:

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices.AdomdServer 네임스페이스