IMajorObject.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 Server object that is the parent of the IMajorObject object. For example, if the Major object is a database, the object returned is the parent Server.
public Microsoft.AnalysisServices.Tabular.Server ParentServer { get; }
member this.ParentServer : Microsoft.AnalysisServices.Tabular.Server
Public ReadOnly Property ParentServer As Server