MiningStructureColumn.ParentServer Property

 

Applies To: SQL Server 2016 Preview

Gets the parent Server of the MiningStructureColumn object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Server

A Server object.

See Also

MiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top