Partager via


Propriété Server

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property Server As Server
    Get
'Utilisation
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