CubePermissionCollection Class
Contains a collection of CubePermission objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<GuidAttribute("BDBCE8F7-6617-4fe0-97D4-9B4C7ECDD30C")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class CubePermissionCollection
Inherits MajorObjectCollection
[GuidAttribute("BDBCE8F7-6617-4fe0-97D4-9B4C7ECDD30C")]
[DefaultMemberAttribute("Item")]
public sealed class CubePermissionCollection : MajorObjectCollection
[GuidAttribute(L"BDBCE8F7-6617-4fe0-97D4-9B4C7ECDD30C")]
[DefaultMemberAttribute(L"Item")]
public ref class CubePermissionCollection sealed : public MajorObjectCollection
/** @attribute GuidAttribute("BDBCE8F7-6617-4fe0-97D4-9B4C7ECDD30C") */
/** @attribute DefaultMemberAttribute("Item") */
public final class CubePermissionCollection extends MajorObjectCollection
GuidAttribute("BDBCE8F7-6617-4fe0-97D4-9B4C7ECDD30C")
DefaultMemberAttribute("Item")
public final class CubePermissionCollection extends MajorObjectCollection
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.NamedComponentCollection
Microsoft.AnalysisServices.MajorObjectCollection
Microsoft.AnalysisServices.CubePermissionCollection
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
CubePermissionCollection Members
Microsoft.AnalysisServices Namespace