Condividi tramite


Proprietà Server

Spazio dei nomi:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property Server As Server
    Get
'Utilizzo
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