MDXValue 類別
Provides conversion capabilities between different Microsoft.AnalysisServices.AdomdServer and value objects.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public NotInheritable Class MDXValue _
Implements IDisposable
'用途
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
備註
To convert an MDXValue to another type, you can use on of the following approaches:
繼承階層
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..MDXValue
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。