MDXValue Class
Provides conversion capabilities between different Microsoft.AnalysisServices.AdomdServer and value objects.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class MDXValue _
Implements IDisposable
'Usage
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
Remarks
To convert an MDXValue to another type, you can use on of the following approaches:
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.AdomdServer.MDXValue
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.