MDXValue Explicit Conversión (SByte to MDXValue)
Explicitly converts an 8-bit signed integer value to an MDXValue object.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public Shared Narrowing Operator CType ( _
parameter As SByte _
) As MDXValue
'Uso
Dim input As SByte
Dim output As MDXValue
output = CType(input, MDXValue)
public static explicit operator MDXValue (
sbyte parameter
)
static explicit operator MDXValue^ (
signed char parameter
)
JScript admite el uso de conversiones personalizadas, pero no la declaración de otras nuevas.
Parámetros
- parameter
Tipo: System.SByte
An 8-bit signed integer.
Valor devuelto
Tipo: Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted 8-bit signed integer into a MDX value object.