Classe MDXValue

Provides conversion capabilities between different Microsoft.AnalysisServices.AdomdServer and value objects.

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

Sintassi

'Dichiarazione
Public NotInheritable Class MDXValue _
    Implements IDisposable
'Utilizzo
Dim instance As MDXValue
public sealed class MDXValue : IDisposable
public ref class MDXValue sealed : IDisposable
[<SealedAttribute>]
type MDXValue =  
    class
        interface IDisposable
    end
public final class MDXValue implements IDisposable

Osservazioni

To convert an MDXValue to another type, you can use on of the following approaches:

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MDXValue

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.