CellPermission.ParentCube Property

 

Applies To: SQL Server 2016 Preview

Gets the ParentCube referenced in a CellPermission.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public Cube ParentCube { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property Cube^ ParentCube {
    Cube^ get();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member ParentCube : Cube with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property ParentCube As Cube

Property Value

Type: Microsoft.AnalysisServices.Cube

A ParentCube reference.

See Also

CellPermission Class
Microsoft.AnalysisServices Namespace

Return to top