Implicit 轉換 (Set to MDXValue)
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public Shared Widening Operator CType ( _
parameter As Set _
) As MDXValue
'用途
Dim input As Set
Dim output As MDXValue
output = CType(input, MDXValue)
public static implicit operator MDXValue (
Set parameter
)
static implicit operator MDXValue^ (
Set^ parameter
)
JScript 支援自訂轉換的使用,但不支援新轉換的宣告。
參數
- parameter
型別:Microsoft.AnalysisServices.AdomdServer. . :: . .Set
A Set object.