Server.ServerLocation Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public ServerLocation ServerLocation { get; private set; }
public:
property ServerLocation ServerLocation {
    ServerLocation get();
    private: void set(ServerLocation value);
}
member ServerLocation : ServerLocation with get, private set
Public Property ServerLocation As ServerLocation
    Get
    Private Set
End Property

Property Value

Type: Microsoft.AnalysisServices.ServerLocation

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top