Explicit 변환 (MDXValue to UInt32)
Explicitly converts an MDXValue object to a 32-bit unsigned integer.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public Shared Narrowing Operator CType ( _
mpMDXValue As MDXValue _
) As UInteger
‘사용 방법
Dim input As MDXValue
Dim output As UInteger
output = CType(input, UInteger)
public static explicit operator uint (
MDXValue mpMDXValue
)
static explicit operator unsigned int (
MDXValue^ mpMDXValue
)
Jscript는 사용자 지정 캐스트의 사용을 지원하지만 새로운 사용자 지정 캐스트의 선언은 지원하지 않습니다.
매개 변수
- mpMDXValue
유형: Microsoft.AnalysisServices.AdomdServer. . :: . .MDXValue
An MDXValue object.
반환 값
유형: System. . :: . .UInt32
A 32-bit unsigned integer.