Parent-Eigenschaft
Gets the parent Dimension of a DimensionPermission object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Dimension
Get
'Usage
Dim instance As DimensionPermission
Dim value As Dimension
value = instance.Parent
[BrowsableAttribute(false)]
public Dimension Parent { get; }
[BrowsableAttribute(false)]
public:
property Dimension^ Parent {
Dimension^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Dimension
function get Parent () : Dimension
Eigenschaftswert
Typ: Microsoft.AnalysisServices. . :: . .Dimension
A Dimension object.