Explicit 변환 (UInt64 to MDXValue)

Explicitly converts a 64-bit unsigned integer to an MDXValue object.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
Public Shared Narrowing Operator CType ( _
    parameter As ULong _
) As MDXValue
‘사용 방법
Dim input As ULong
Dim output As MDXValue

output = CType(input, MDXValue)
public static explicit operator MDXValue (
    ulong parameter
)
static explicit operator MDXValue^ (
    unsigned long long parameter
)
Jscript는 사용자 지정 캐스트의 사용을 지원하지만 새로운 사용자 지정 캐스트의 선언은 지원하지 않습니다.

매개 변수