MDXValue Implicit 변환 (DateTime to MDXValue)

Implicitly converts a DateTime to an MDXValue object.

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

구문

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

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

매개 변수

반환 값

유형: Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted DateTime object into a MDX value object.

참고 항목

참조

MDXValue 클래스

Implicit 오버로드

Microsoft.AnalysisServices.AdomdServer 네임스페이스