MDXValue Explicit 変換 (DateTime to MDXValue)

DateTime 値を明示的に MDXValue オブジェクトに変換します。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public Shared Narrowing Operator CType ( _
    parameter As DateTime _
) As MDXValue
'使用
Dim input As DateTime 
Dim output As MDXValue 

output = CType(input, MDXValue)
public static explicit operator MDXValue (
    DateTime parameter
)
static explicit operator MDXValue^ (
    DateTime parameter
)
JScript はカスタム キャストの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: Microsoft.AnalysisServices.AdomdServer.MDXValue
MDX 値オブジェクトに変換された DateTime オブジェクトです。

関連項目

参照

MDXValue クラス

Explicit オーバーロード

Microsoft.AnalysisServices.AdomdServer 名前空間