Classe MDXValue

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

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

Sintaxe

'Declaração
Public NotInheritable Class MDXValue _
    Implements IDisposable
'Uso
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

Comentários

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

Hierarquia de herança

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

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.