Server.ServerLocation Property

 

Applies To: SQL Server 2016 Preview

Gets the location of the server, which is either on-premises or in a Microsoft data center that provides internal hosting of tabular models for Microsoft's online services, (for example, Excel data models viewed in Office 365).

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

Syntax

[ReadOnlyAttribute(true)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2012/engine/400")]
public ServerLocation ServerLocation { get; private set; }
public:
[ReadOnlyAttribute(true)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2012/engine/400")]
property ServerLocation ServerLocation {
    ServerLocation get();
    private: void set(ServerLocation value);
}
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2012/engine/400")>]
member ServerLocation : ServerLocation with get, private set
<ReadOnlyAttribute(True)>
<XmlElementAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2012/engine/400")>
Public Property ServerLocation As ServerLocation
    Get
    Private Set
End Property

Property Value

Type: Microsoft.AnalysisServices.ServerLocation

The location of the server.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top