Conversão MDXValue Implicit (Single to MDXValue)
Implicitly converts a single-precision floating-point number to an MDXValue object.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public Shared Widening Operator CType ( _
parameter As Single _
) As MDXValue
'Uso
Dim input As Single
Dim output As MDXValue
output = CType(input, MDXValue)
public static implicit operator MDXValue (
float parameter
)
static implicit operator MDXValue^ (
float parameter
)
JScript dá suporte ao uso de casts personalizados, mas não à declaração de casts novos.
Parâmetros
- parameter
Tipo: System.Single
A single-precision floating-point number.
Valor de retorno
Tipo: Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted single-precision floating-point number into a MDX value object.