PropertyCollection 類別
Gets a read-only collection of Property objects contained by a CellSet.
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public NotInheritable Class PropertyCollection _
Implements IDisposable, IEnumerable, ICollection
'用途
Dim instance As PropertyCollection
public sealed class PropertyCollection : IDisposable,
IEnumerable, ICollection
public ref class PropertyCollection sealed : IDisposable,
IEnumerable, ICollection
[<SealedAttribute>]
type PropertyCollection =
class
interface IDisposable
interface IEnumerable
interface ICollection
end
public final class PropertyCollection implements IDisposable, IEnumerable, ICollection
備註
The PropertyCollection is used by a CellSet to represent the axes returned by a query. Each Property contained by an PropertyCollection represents a set of congruent tuples organized along one or more hierarchies. For more information about the Property, see Property.
[!附註]
The filter Property is not contained in this collection. To access the filter Property, you must reference the [OlapInfo.AxesInfo.FilterAxes] property of the CellSet.
繼承階層
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..PropertyCollection
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。