MDXValue Explicit 변환 (MDXValue to UInt64)
MDXValue 개체를 부호 없는 64비트 정수로 명시적으로 변환합니다.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public Shared Narrowing Operator CType ( _
mpMDXValue As MDXValue _
) As ULong
‘사용 방법
Dim input As MDXValue
Dim output As ULong
output = CType(input, ULong)
public static explicit operator ulong (
MDXValue mpMDXValue
)
static explicit operator unsigned long long (
MDXValue^ mpMDXValue
)
Jscript는 사용자 지정 캐스트의 사용을 지원하지만 새로운 사용자 지정 캐스트의 선언은 지원하지 않습니다.
매개 변수
- mpMDXValue
유형: Microsoft.AnalysisServices.AdomdServer.MDXValue
MDXValue 개체입니다.
반환 값
유형: UInt64
부호 없는 64비트 정수로 변환된 MDX 값 개체입니다.