次の方法で共有


DimensionCollection クラス

CubeDef に含まれる Dimension オブジェクトの読み取り専用の要求時コレクションを含みます。

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

構文

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

継承階層

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..DimensionCollection

スレッド セーフ

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