Condividi tramite


Conversione Implicit (String to MDXValue)

Implicitly converts a string to an MDXValue object.

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

Sintassi

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

Parametri