CellPermissionCollection Class

Contains a collection of CellPermission objects. This class cannot be inherited.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("6EDCDAFE-1E72-405b-9AA5-1494A78A207E")> _
Public NotInheritable Class CellPermissionCollection _
    Inherits ModelComponentCollection
'Usage
Dim instance As CellPermissionCollection
[GuidAttribute("6EDCDAFE-1E72-405b-9AA5-1494A78A207E")]
public sealed class CellPermissionCollection : ModelComponentCollection
[GuidAttribute(L"6EDCDAFE-1E72-405b-9AA5-1494A78A207E")]
public ref class CellPermissionCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("6EDCDAFE-1E72-405b-9AA5-1494A78A207E")>]
type CellPermissionCollection =  
    class
        inherit ModelComponentCollection
    end
public final class CellPermissionCollection extends ModelComponentCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.CellPermissionCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.