GroupCollection 類別
Contains a collection of Group objects. This class cannot be inherited.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<GuidAttribute("710BF53B-DBF3-4e4c-B8B5-6C13BD730DD4")> _
Public NotInheritable Class GroupCollection _
Implements IList, ICollection, IEnumerable
'用途
Dim instance As GroupCollection
[GuidAttribute("710BF53B-DBF3-4e4c-B8B5-6C13BD730DD4")]
public sealed class GroupCollection : IList,
ICollection, IEnumerable
[GuidAttribute(L"710BF53B-DBF3-4e4c-B8B5-6C13BD730DD4")]
public ref class GroupCollection sealed : IList,
ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("710BF53B-DBF3-4e4c-B8B5-6C13BD730DD4")>]
type GroupCollection =
class
interface IList
interface ICollection
interface IEnumerable
end
public final class GroupCollection implements IList, ICollection, IEnumerable
繼承階層
System. . :: . .Object
Microsoft.AnalysisServices..::..GroupCollection
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。