Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the server object.
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
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.Server
The Server object.