CubeCollection クラス

AdomdConnection に含まれる CubeDef オブジェクトの読み取り専用の要求時リストが含まれます。

名前空間:  Microsoft.AnalysisServices.AdomdServer
アセンブリ:  msmgdsrv (msmgdsrv.dll)

構文

'宣言
Public NotInheritable Class CubeCollection _
    Implements IDisposable, IEnumerable, ICollection
'使用
Dim instance As CubeCollection
public sealed class CubeCollection : IDisposable, 
    IEnumerable, ICollection
public ref class CubeCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type CubeCollection =  
    class
        interface IDisposable
        interface IEnumerable
        interface ICollection
    end
public final class CubeCollection implements IDisposable, IEnumerable, ICollection

継承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..CubeCollection

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。