Compartilhar via


Conversão MDXValue Implicit (String to MDXValue)

Implicitly converts a string to an MDXValue object.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public Shared Widening Operator CType ( _
    parameter As String _
) As MDXValue
'Uso
Dim input As String 
Dim output As MDXValue 

output = CType(input, MDXValue)
public static implicit operator MDXValue (
    string parameter
)
static implicit operator MDXValue^ (
    String^ parameter
)
JScript dá suporte ao uso de casts personalizados, mas não à declaração de casts novos.

Parâmetros

Valor de retorno

Tipo: Microsoft.AnalysisServices.AdomdServer.MDXValue
The converted string object into a MDX value object.

Consulte também

Referência

MDXValue Classe

Sobrecarregado Implicit

Namespace Microsoft.AnalysisServices.AdomdServer