AggregationAttribute.ParentServer Property

 

Applies To: SQL Server 2016 Preview

Gets the parent Server of the current AggregationAttribute.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Server

The parent Server of the current AggregationAttribute.

See Also

AggregationAttribute Class
Microsoft.AnalysisServices Namespace

Return to top