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