CubeDimensionPermissionCollection Class
Contains a collection of CubeDimensionPermission objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<GuidAttribute("A55A629A-E1D9-492f-AE40-4F225C9F1A23")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class CubeDimensionPermissionCollection
Inherits ModelComponentCollection
[GuidAttribute("A55A629A-E1D9-492f-AE40-4F225C9F1A23")]
[DefaultMemberAttribute("Item")]
public sealed class CubeDimensionPermissionCollection : ModelComponentCollection
[GuidAttribute(L"A55A629A-E1D9-492f-AE40-4F225C9F1A23")]
[DefaultMemberAttribute(L"Item")]
public ref class CubeDimensionPermissionCollection sealed : public ModelComponentCollection
/** @attribute GuidAttribute("A55A629A-E1D9-492f-AE40-4F225C9F1A23") */
/** @attribute DefaultMemberAttribute("Item") */
public final class CubeDimensionPermissionCollection extends ModelComponentCollection
GuidAttribute("A55A629A-E1D9-492f-AE40-4F225C9F1A23")
DefaultMemberAttribute("Item")
public final class CubeDimensionPermissionCollection extends ModelComponentCollection
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.CubeDimensionPermissionCollection
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
CubeDimensionPermissionCollection Members
Microsoft.AnalysisServices Namespace