Server.ServerMode Property

 

Applies To: SQL Server 2016 Preview

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

[ReadOnlyAttribute(true)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
public ServerMode ServerMode { get; set; }
public:
[ReadOnlyAttribute(true)]
[XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")]
property ServerMode ServerMode {
    ServerMode get();
    void set(ServerMode value);
}
[<ReadOnlyAttribute(true)>]
[<XmlElementAttribute(Namespace = "https://schemas.microsoft.com/analysisservices/2011/engine/300")>]
member ServerMode : ServerMode with get, set
<ReadOnlyAttribute(True)>
<XmlElementAttribute(Namespace := "https://schemas.microsoft.com/analysisservices/2011/engine/300")>
Public Property ServerMode As ServerMode

Property Value

Type: Microsoft.AnalysisServices.ServerMode

The server mode the server is operating in.

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top