Condividi tramite


Conversione Explicit (String to MDXValue)

Explicitly converts a string to an MDXValue object.

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Shared Narrowing Operator CType ( _
    parameter As String _
) As MDXValue
'Utilizzo
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 supporta l'utilizzo di cast personalizzati, ma non la dichiarazione di nuovi cast.

Parametri