PerspectiveDimension.ParentServer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent Server object of the PerspectiveDimension object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.Server ParentServer { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ParentServer : Microsoft.AnalysisServices.Server
Public ReadOnly Property ParentServer As Server
Property Value
The parent Server object.
- Attributes