Context.Server Property

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

Syntax

'Declaration
Public Shared ReadOnly Property Server As Server
    Get
'Usage
Dim value As Server

value = Context.Server
public static Server Server { get; }
public:
static property Server^ Server {
    Server^ get ();
}
static member Server : Server
static function get Server () : Server