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에서 상속됨) |
![]() |
Finalize | (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에서 상속됨) |
![]() |
MemberwiseClone | (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. |
맨 위로 이동
연산자
맨 위로 이동
주의
To convert an MDXValue to another type, you can use on of the following approaches:
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
.gif)
.gif)
.gif)
.gif)