Explicit 변환 (MDXValue to SByte)

Explicitly converts an MDXValue object to an 8-bit signed integer.

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

구문

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

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

매개 변수

반환 값

형식: System. . :: . .SByte
An 8-bit signed integer.