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 or sets the server mode the server is operating in.
Server mode is an enumeration of ServerMode
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ServerMode As ServerMode 
    Get 
    Set
'Usage
Dim instance As Server 
Dim value As ServerMode 
value = instance.ServerMode
instance.ServerMode = value
public ServerMode ServerMode { get; set; }
public:
property ServerMode ServerMode {
    ServerMode get ();
    void set (ServerMode value);
}
member ServerMode : ServerMode with get, set
function get ServerMode () : ServerMode 
function set ServerMode (value : ServerMode)
Property Value
Type: Microsoft.AnalysisServices.ServerMode
The server mode the server is operating in.